This is the source code for the blog post "Page Objects with Cypress."
Install the dependencies with npm
:
npm install
Host the app locally at localhost:8080
:
npm run start
Run the Cypress tests:
npm run cy:open
or
npm run cy:run
This project is licensed under the terms of the MIT license.