/cypress-basics

Basic Cypress e2e tests for the TodoMVC app

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Cypress basics

This repository serves as a demonstration of the basic features of Cypress. It was created to accompany this article [FR] which is an introduction to Cypress.

Running the directory tests

The tests are located in the /cypress/integration folder.

  • Start by installing the packages by doing npm install. This will install Cypress.
  • Then run the npx cypress open command to launch the Cypress dashboard and run the tests.