Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 685 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 685 Bytes

BrowsetStack integration with Selenium Java frameworks

This is a Java Mevan project with the dependencies:

  • Selenium
  • TestNG
  • WebDriverManager

To run the code, open the project with IntelliJ (or any other preffered IDE) & locate the test files under the pakage "src/test/java" You can simply run the test files from there

The BrowserStack integration related code base is scripted in the TestBase class under the package "src/main/java"

A descriptive explanation about the code base can be found on Medium.com: https://medium.com/geekculture/browserstack-integration-with-selenium-java-3514abbd72d3

Feel free to Clone, Try-out & Optimize the code base as your wish!