Skip to content

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.

  1. Open a terminal window and navigate to the gaps folder
  2. 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.