Skip to content

rochabey/sbqa-onboarding-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cypress test automation project to Onboard beginners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published