Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

cypress-io/jsnation-example

Repository files navigation

jsnation-example renovate-app badge This project is using Percy.io for visual regression testing. Coverage Status CircleCI

Example TodoMVC application for JSNation conference

This example is a fork of the official Redux TodoMVC example with a set of Cypress.io end-to-end tests. The tests run instrumented application code and the code coverage is saved automatically using cypress-istanbul plugin.

Install and use

npm ci
npm run dev

After you execute Cypress tests, the full code coverage HTML report will be saved in coverage. You can also run all tests in headless mode with

npm run test:all

Code coverage

For details how 100% code coverage works, see cypress-example-todomvc-redux

Visual testing

See Visual Testing tooling guide

License

This project is licensed under the terms of the MIT license.