- Get to know the commands used in this repository
- Get to know the Cypress Test Runner GUI
-
Complete all the steps in README.md
-
In the Cypress Test Runner GUI, then run individual test files by clicking their name.
-
In the Cypress Test Runner GUI, try to run all tests by clicking the link
Run 4 integration specs. -
Open the repository in an editor, I use VS Code.
-
Locate the e2e tests in
test/e2e. They are named according to the pattern**.spec.js -
Open any test file and edit it to make it fail. Notice that the tests are automatically re-run.
-
Edit the test back to pass and make sure you have a suite of passing tests.