You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains an example React App, with the tests written in Cypress.
4
+
This repo contains an example React App, with the tests written in Cypress and running tests in Circle CI.
5
5
6
-
Additionally this example app is configured to run tests in Circle CI and Travis CI.
7
-
8
-
The tests are written to be directly compared to the official TodoMVC tests.
9
-
10
-
Each test covers the same functionality found in the official TodoMVC tests but utilizes the Cypress API.
6
+
The tests are written to be directly compared to the official TodoMVC tests. Each test covers the same functionality found in the official TodoMVC tests but utilizes the Cypress API.
11
7
12
8
The [tests are heavily commented](cypress/e2e/app.cy.js) to ease you into the Cypress API.
0 commit comments