This repository contains automated test scripts aimed to validate the core functionalities of CommitQuality.
The following software and tools are required to run the test:
To install and setup the project:
- Clone the repository:
git clone https://github.com/MojisolaaaO/CommitQuality.git- Navigate to the project directory:
cd CommitQuality- Install dependencies:
npm installTo run tests in Cypress interactive mode:
- Run the command:
npx cypress open- Select E2E Testing
- Select a browser (e.g Chrome)
- Click on the "Select E2E Testing in "browser name" button
- Select a spec file
To run tests in headless mode (without a browser UI):
npx cypress run