It is a java project developed to perform test automation with BrowserStack.
Used technologies:
Java, Maven, Cucumber, Selenium WebDriver, Appium, BrowserStack
- Clone the repository
- Open
config.propertiesfile and update your BrowserStack credentials. - Run
mvn testto execute the test cases.
- You can view your test results on the BrowserStack Automate dashboard.
- You can view feature files in the
src/test/resources/featuresdirectory.