-
Notifications
You must be signed in to change notification settings - Fork 33
Cypress Testing Gaps
Jason House edited this page Sep 29, 2020
·
2 revisions
Complete all of the steps for building Gaps first. Steps found here.
- Open a terminal window and navigate to the gaps folder
- Run
cypress run --headless
. This will run the Gaps Cypress tests against Electron.
2a. Run cypress run --headless --browser chrome
. This will run the Gaps Cypress tests against Chrome.
2b. Run cypress run --headless --browser firefox
. This will run the Gaps Cypress tests against Firefox.