fleet/cypress
Zach Wasserman 56d2480389
Fix E2E SSO testing (#589)
Some of the command helpers were dropped in a rebase/merge.
2021-04-05 11:01:30 -07:00
..
integration enhance data table for two datasets and client derived data (#559) 2021-04-04 13:45:24 +01:00
plugins Refactor cypress tests and expand testing (#450) 2021-03-12 11:49:28 -08:00
support Fix E2E SSO testing (#589) 2021-04-05 11:01:30 -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.