Step into the world of Cypress test scripts by becoming a part of our GitHub repository. We foster an inclusive and supportive atmosphere, encouraging all levels of expertise to participate and grow together.
- Prerequisites
- Installation
- Running the Tests
- Report Generation
- Contact
- Node.js
- Visual Studio Code
- Git Version Control
Refer CONTRIBUTING.md before sending a PR.
for creating a new project,
- Download Node.js
- Set "NODE_HOME" env variables
- Create Cypress working folder
- Generate package.json
- Go inside the project folder and do CMD
npm init -y
npm install cypress --save-dev
for this project,
- Type
npm install
on IDE terminal should be enough.
Usefull Commands,
- Type
npm install cypress --save-dev
- Type
npm install cypress --save-dev [email protected]
- Type
npm i --save-dev cypress-mochawesome-reporter
- Type
npm install -g typescript
- Type
npm audit fix --force
- Type
npm audit fix --legacy-peer-deps
- Type
npm install cypress-multi-reporters --save-dev
npx cypress open
- run test runnernpx cypress run --browser chrome--browser-version 94
- run a specific test with UI with specific browsernpx cypress run --headed--browser chrome--spec "cypress\e2e\UI\TestUI"
- run a test suite
Please log your concern CONTACT.md