Sample project to demonstrate a cy.dataTest
Cypress custom command.
It is required to have Node.js and npm installed to run this project.
Run npm install
or yarn
to install the dev dependencies.
You can run all the tests simulating a desktop or mobile viewport
Run npm test
or yarn test
to run the test in headless mode.
Or, run npm run cy:open
or yarn cy:open
to open Cypress in interactive mode.
Run npm test:mobile
or yarn test:mobile
to run the test in headless mode.
Or, run npm run cy:open:mobile
or yarn cy:open:mobile
to open Cypress in interactive mode.
If you want to support this project, leave a ⭐.
This project was created with 💚 by Walmyr.