Skip to content

Commit

Permalink
Update README.md (#325)
Browse files Browse the repository at this point in the history
Remove note about this running in Travis CI
  • Loading branch information
jennifer-shehane authored Aug 15, 2024
1 parent 84aacc5 commit ccd9476
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# TodoMVC [![Circle CI](https://circleci.com/gh/cypress-io/cypress-example-todomvc.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress-example-todomvc)


This repo contains an example React App, with the tests written in Cypress.
This repo contains an example React App, with the tests written in Cypress and running tests in Circle CI.

Additionally this example app is configured to run tests in Circle CI and Travis CI.

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

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

Expand Down

0 comments on commit ccd9476

Please sign in to comment.