Skip to content

Commit

Permalink
Update README.md
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 cd8d22e
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 cd8d22e

Please sign in to comment.