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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,10 @@
13
13
14
14
## Run the tests
15
15
* To run a single test, run `bundle exec rake single`
16
-
* To run parallel tests, run `bundle exec rake parallel`
17
16
* To run local tests, run `bundle exec rake local`
17
+
* To run parallel tests, run `bundle exec rake 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)
18
20
19
21
## Notes
20
22
* You can view your test results on the [BrowserStack Automate dashboard](https://www.browserstack.com/automate)
0 commit comments