Skip to content

LLinden/cypress-ui-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress-ui-automation

An example of UI test automation using Cypress to automate the TodoMVC app React.js version (https://todomvc.com/examples/react/#/).

Requires Node.js.

  1. To install Cypress, type on the command prompt:
npm install cypress
  1. To create the file package.json, type:
npm init -y
  1. To execute the tests use:
npx cypress open

About

Example of UI test automation project using Cypress with Page Objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors