fleet/cypress
Zach Wasserman 20f21fafe4
Migrate tests to GitHub Actions and add E2E testing (#381)
- Migrate unit tests and linting from CircleCI to GitHub Actions
- Add E2E test in CI run
2021-03-04 17:13:28 -08:00
..
integration/login Migrate tests to GitHub Actions and add E2E testing (#381) 2021-03-04 17:13:28 -08:00
plugins Bring in Cypress e2e framework (#380) 2021-03-04 14:08:11 -08:00
support Bring in Cypress e2e framework (#380) 2021-03-04 14:08:11 -08:00
README.md Bring in Cypress e2e framework (#380) 2021-03-04 14:08:11 -08:00
tsconfig.json Bring in Cypress e2e framework (#380) 2021-03-04 14:08:11 -08: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.