Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 515 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 515 Bytes

Selenium POM Framework in Java

Selenium web test using with TestNG

Many resources were used as per this course on Udemy

Run with Maven

Here are the available profiles

  • Regression mvn test -Pregression

  • Smoke testing mvn test -Psmoke

  • Grid mvn test -Pseleniumgrid

  • Browserstack mvn test -Pcloud

Note: Change credentials for Brwoserstack in this path:

Config/env.properties

Good luck :)