fleet/cypress
Zach Wasserman f4e4185a0e
Fix for flaky teams e2e test (#720)
Adding a `.contains` selector seems to allow the rendering to complete and the correct dropdown to be clicked.
2021-05-04 12:28:43 -07:00
..
fixtures Merge master into teams 2021-04-14 17:52:15 +01:00
integration Fix for flaky teams e2e test (#720) 2021-05-04 12:28:43 -07:00
plugins Refactor cypress tests and expand testing (#450) 2021-03-12 11:49:28 -08:00
support Remove extra loginSSO typescript definition (#709) 2021-05-03 08:31:52 -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.