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
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,6 @@ Alternatively the variables can be set in the environment using env or your CI f
18
18
19
19
Notice that selenium driver.quit is not required for Capybara tests because Capybara implicitly does so.
20
20
21
-
To run parallel tests use `parallel_cucumber`instead of cucumber. Add the option -n to specify the number of parallel processes. Add the parallel_tests gem in your Gemfile.
22
-
23
-
To run local testing, set the capability `browserstack.local` in config/local.config.yml to true.
0 commit comments