Skip to content

Simple setup for learning cypress E2E test framework with page object model

Notifications You must be signed in to change notification settings

dkoul/cypress-page-object-model

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple Cypress Page Object Model Test setup for learning. Please star this if it helps you :)

Clone the repo and from project folder:

  1. npm install

  2. npx cypress open (GUI mode) and click on self>npm_spec.js

OR

  1. npx cypress run (CLI mode) npx cypress run --spec cypress/integration/self/npm_spec.js

About

Simple setup for learning cypress E2E test framework with page object model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%