-
Notifications
You must be signed in to change notification settings - Fork 4
Testing
Jonathan Flynn edited this page Apr 8, 2022
·
7 revisions
End to end testing was added in this PR: https://github.com/guardian/manage-frontend/pull/790
The steps to run these tests correctly are defined in the yml file: https://github.com/guardian/manage-frontend/blob/main/.github/workflows/cypress.yml
- Run
yarn cypress:server
(this bypasses the Identity Gateway) - Run
yarn cypress:open
to test visually locally, or runyarn cypress:run
to run tests with command line coverage
Not what you're looking for? Be sure to use the navigation sidebar on the right. ➡️