Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 440 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 440 Bytes

Prerequisites

  • Node.js: Download from nodejs.org.
  • Yarn: Install globally with: npm install --global yarn

Installation

  1. Clone the repository: git clone https://github.com/yourusername/yourproject.git and cd yourproject
  2. Install dependencies: npm install or yarn install

Running Tests

Run Cypress tests in headless mode with Chrome: yarn cypress run --browser chrome --headless