Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.44 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.44 KB

Test Automation framework for Cypress - Beginners

This Repository stores modules for Web & API Automation testing Cypress

Getting Started

Here are the prerequisites you need to setup.

Commonly used to all the modules:

  • NodeJS

Dependencies

Dependencies used for the project with the versions
  • Cypress 13.14.2
  • Typescript 4.9.5

Setting up the project

sbqa-onboarding-project

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!!

Related Links

Onboarding to Cypress Automation

Sportsbet Cypress Automation - Beginner guide

IntelliJ

NodeJS