Answers for "run a test before cypress"

4

cypress run specific test

cypress run --spec 'path/to/files/*.spec.js'
Posted by: Guest on October-30-2020
8

how to run cypress test

./node_modules/.bin/cypress run   // just cypress run wont work
Posted by: Guest on July-01-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language