fleet/cypress
2021-03-30 12:56:20 -07:00
..
integration Add support for IdP-initiated SSO login (#556) 2021-03-30 12:56:20 -07:00
plugins Refactor cypress tests and expand testing (#450) 2021-03-12 11:49:28 -08:00
support Add support for IdP-initiated SSO login (#556) 2021-03-30 12:56:20 -07:00
README.md Bring in Cypress e2e framework (#380) 2021-03-04 14:08:11 -08:00
tsconfig.json Add support for IdP-initiated SSO login (#556) 2021-03-30 12:56:20 -07:00

Cypress Testing

Opening Cypress locally

To open simply run:

yarn cypress:open

This will open up cypress locally and allow you to view the current test suite, as well as start writing new test.