This Repository stores modules for Web & API Automation testing Cypress
Commonly used to all the modules:
- NodeJS
- Cypress 13.14.2
- Typescript 4.9.5
Clone the project to your local and build the project successfully.
$ git clone [email protected]:rochabey/sbqa-onboarding-project.git
Install project dependent packages
npm install
If the initial configurations and prerequisites are done, you can execute the API & UI tests.
Cypress open debug mode and console mode for execution
npx cypress open
OR
Open package.json and run command "cy:open:stage" under scripts
"scripts": {
"cy:open:stage": "cypress open"
},
All good to go, Happy Automating!!
Onboarding to Cypress Automation