/page-objects-with-cypress

Source code for the blog post "Using Page Objects with Cypress"

Primary LanguageHTMLMIT LicenseMIT

Page Objects with Cypress

CircleCI Netlify Status Cypress.io

This is the source code for the blog post "Page Objects with Cypress."

Demo

Installation

Install the dependencies with npm:

npm install

Getting Started

Host the app locally at localhost:8080:

npm run start

E2E Tests

Run the Cypress tests:

npm run cy:open

or

npm run cy:run

License

license

This project is licensed under the terms of the MIT license.