Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 514 Bytes

File metadata and controls

14 lines (11 loc) · 514 Bytes

browserstack-cucumber-example

It is a java project developed to perform test automation with BrowserStack.

Used technologies:

Java, Maven, Cucumber, Selenium WebDriver, Appium, BrowserStack

Setup

  • Clone the repository
  • Open config.properties file and update your BrowserStack credentials.
  • Run mvn test to execute the test cases.

Notes

  • You can view your test results on the BrowserStack Automate dashboard.
  • You can view feature files in the src/test/resources/features directory.