fleet/cypress
Zach Wasserman 8c97b36764
Set up Cypress testing for Teams/Tiers (#1005)
- Update names/roles of users in `make e2e-setup`.
- Update test SSO user info.
- Add Cypress commands for seeding users/Teams.
- Stub Cypress tests for team/tier matrix.
2021-06-09 11:56:59 -07:00
..
fixtures Merge master into teams 2021-04-14 17:52:15 +01:00
integration Set up Cypress testing for Teams/Tiers (#1005) 2021-06-09 11:56:59 -07:00
plugins Refactor cypress tests and expand testing (#450) 2021-03-12 11:49:28 -08:00
support Set up Cypress testing for Teams/Tiers (#1005) 2021-06-09 11:56:59 -07:00
README.md Bring in Cypress e2e framework (#380) 2021-03-04 14:08:11 -08:00
tsconfig.json add prettier and have it format all fleet application code (#625) 2021-04-12 14:32:25 +01: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.