Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titlePost Installation
Note

use the command npx cypress open --config-file=dev.config.js in the dev environment to open the GUI instead of npx cypress open as not specifying the config file will point the config file to the default cypress.config.js file

1. Click on one of the test files in the Specs tab to see all the tests present

...