fleet/cypress
Gabe Hernandez efb35b537a
add prettier and have it format all fleet application code (#625)
* add prettier and have it format all js code except website:
:

* trying running prettier check in CI

* fix runs on in CI

* change CI job name

* fix prettier erros and fix CI
2021-04-12 14:32:25 +01:00
..
integration add prettier and have it format all fleet application code (#625) 2021-04-12 14:32:25 +01:00
plugins Refactor cypress tests and expand testing (#450) 2021-03-12 11:49:28 -08:00
support add prettier and have it format all fleet application code (#625) 2021-04-12 14:32:25 +01: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.