From cd8d22eca8955db18a0e913f2fdb7bc3ea72cc31 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Thu, 15 Aug 2024 13:26:07 -0400 Subject: [PATCH] Update README.md Remove note about this running in Travis CI --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d184104f..d5608caf 100644 --- a/README.md +++ b/README.md @@ -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.