Skip to content

Commit ccd9476

Browse files
Update README.md (#325)
Remove note about this running in Travis CI
1 parent 84aacc5 commit ccd9476

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# TodoMVC [![Circle CI](https://circleci.com/gh/cypress-io/cypress-example-todomvc.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress-example-todomvc)
22

33

4-
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.
55

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.
117

128
The [tests are heavily commented](cypress/e2e/app.cy.js) to ease you into the Cypress API.
139

0 commit comments

Comments
 (0)