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
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,11 @@
13
13
## Running your tests
14
14
15
15
- To run a single test, run `mvn test -P single`
16
-
- To run parallel tests, run `mvn test -P parallel`
17
16
- To run local tests, run `mvn test -P local`
17
+
- To run parallel tests, run `mvn test -P parallel`
18
+
19
+
Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github)
20
+
18
21
19
22
## Notes
20
23
* You can view your test results on the [BrowserStack Automate dashboard](https://www.browserstack.com/automate)
0 commit comments