A basic starter starter project for creating and running Cypress tests.
For information about using the Cypress application and writing tests, see the Cypress documentation.
- Node.js 18.x, 20.x, or 22.x (https://nodejs.org/en)
- Git (https://git-scm.com/)
- Clone this repository to your local machine:
git clone [email protected]:UpsideRealty/cypress-starter.git
- Install dependencies:
cd cypress-starter
npm install
- Start the Cypress app:
npm run cy:open