Skip to content

Sample project to showcase how to write End-To-End tests using Cypress with the Page Object Model Design Pattern.

Notifications You must be signed in to change notification settings

chrisvasqm/e2e-cypress

Repository files navigation

End-To-End Cypress

Sample project to showcase how to write End-To-End tests using Cypress with the Page Object Model Design Pattern.

Getting started

  1. Install NodeJS on your machine
  2. Clone this repository
  3. Install the project's dependencies
npm install
  1. You can execute the tests in the terminal with
npm test
  1. Or you can open the Cypress window with
npm run open

About

Sample project to showcase how to write End-To-End tests using Cypress with the Page Object Model Design Pattern.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published