You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[BrowserStack Automate](https://www.browserstack.com/automate) account with at least 4 parallel tests. Signup for a free trial [here](https://www.browserstack.com/users/sign_up).
10
+
*[Gauge](http://getgauge.io) should be installed and in $PATH. Latest version of Gauge can be downloaded from [the website](http://getgauge.io/get-started/index.html).
11
+
*[Maven](http://maven.apache.org/) should be installed and in $PATH. Latest version of Maven can be downloaded from [the website](http://maven.apache.org/install.html).
12
+
13
+
## Setup
14
+
15
+
* Clone the repo
16
+
* Install dependencies `mvn compile`
17
+
* Update `env/default/default.properties` with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings)
18
+
19
+
## Running the tests
20
+
* To run the test suite, run `mvn test`
21
+
22
+
## Notes
23
+
* You can view your test results on the [BrowserStack Automate dashboard](https://www.browserstack.com/automate)
24
+
* To test on a different set of browsers, check out our [platform configurator](https://www.browserstack.com/automate/java#setting-os-and-browser)
25
+
26
+
## Additional Resources
27
+
*[Documentation for writing Automate test scripts in Java](https://www.browserstack.com/automate/java)
28
+
*[Customizing your tests on BrowserStack](https://www.browserstack.com/automate/capabilities)
29
+
*[Browsers & mobile devices for selenium testing on BrowserStack](https://www.browserstack.com/list-of-browsers-and-platforms?product=automate)
30
+
*[Using REST API to access information about your tests via the command-line interface](https://www.browserstack.com/automate/rest-api)
0 commit comments