Skip to content

pauljcoles/cypress-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

It is assumed that both nvm, nodejs and a suitable browser are installed. These instructions are for Windows using the default WSL Ubuntu installation, I miss my mac 🤷

Full installation and configuration options can be found on the cypress site: https://docs.cypress.io/app/get-started/install-cypress

  • Install cypress:

    npm install cypress --save-dev
    
  • Setting up:

npx cypress open
  • If there is an error around dependencies enter
apt-get install libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb

With

sudo

if required

Then try

npx cypress open

and the Launchpad should appear. From here chose the tesing type e2e. Then accept the default configuration. Select the browser to be used. If only Electron is available make sure to install the browser you need before opening Cypress.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published