Skip to content

sajjasivakumar/cypress-bdd-latest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Console-UI-Automation

Console UI Test Automation build with

| Cypress | | BDD | | Java Script | | POM |

Prerequisites

Make sure you have installed the following prerequisites on your development machine:

OS Node
Windows winget install OpenJS.NodeJS.LTS
macOS brew install node@18

How do I get set up?

  • Link
  • Do git clone into your machine

Contribution guidelines

  • Cd to ui-automation
  • Do git pull
  • Make sure master is update date
  • Create a branch from master
  • Work on branch
  • Add and Commit your changes
  • Add reviewer and get it approved
  • And Merge your changes to master
  • Delete your Branch in local as in upstreams
  • Do fllow same steps every time

Executing The Tests

  • Build the project
npm install
or 
npm i
  • Run the test.
npm run clean && npm run cy:parallel && npm run report
  • Open cypress runner
npx cypress open

Who do I talk to?