Skip to content

JustinyAhin/cypress-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Basic Cypress e2e tests for the TodoMVC app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published