Skip to content

Latest commit

 

History

History

cypress

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Testing with cypress

  • cypress and it's dependencies have to be installed
  • The app has to be running in dev mode
  • Tests are done on chrome
  • Avoid running all test files at the same time

move to the hat.sh app root directory

cd hat.sh

install cypress/dependencies:

npm install [email protected] [email protected] [email protected] --save-dev

run the app in dev enviroment:

npm run dev

start cypress testing :

npm run test