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
* Update `*.conf.json` files inside the `src/test/resources/conf` directory with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings)
14
16
15
-
## Running your tests
17
+
###Running your tests
16
18
17
19
- To run a single test, run `mvn test -P single`
18
20
- To run local tests, run `mvn test -P local`
19
21
- To run parallel tests, run `mvn test -P parallel`
20
22
- To run the test suite, run `mvn test -P suite`
21
23
22
24
Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github)
25
+
26
+
27
+
## Using Gradle
28
+
29
+
### Setup
30
+
31
+
* Clone the repo
32
+
* Install dependencies `gradle build`
33
+
* Update `*.conf.json` files inside the `src/test/resources/conf` directory with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings)
34
+
35
+
### Running your tests
36
+
37
+
- To run a single test, run `gradle singleTest`
38
+
- To run local tests, run `gradle localTest`
39
+
- To run parallel tests, run `gradle parallelTest`
40
+
- To run the test suite, run `gradle suiteTest`
41
+
42
+
Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github)
0 commit comments