mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
0483cc7aaa
Beginning of an e2e testing framework for the fleet application. This uses [Cypress](https://www.cypress.io/) to implement a first end-to-end test in Fleet.
11 lines
205 B
Markdown
11 lines
205 B
Markdown
# 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.
|