- Node.js: Download from nodejs.org.
- Yarn: Install globally with:
npm install --global yarn
- Clone the repository:
git clone https://github.com/yourusername/yourproject.git
andcd yourproject
- Install dependencies:
npm install
oryarn install
Run Cypress tests in headless mode with Chrome: yarn cypress run --browser chrome --headless