File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ Here are examples of arguments we make use of in testing the Selenium code:
253
253
* ` --pin_browsers=true` - run specific browser versions defined in the build (versions are updated regularly)
254
254
* ` --flaky_test_attempts 3` - re-run failed tests up to 3 times
255
255
* ` --local_test_jobs 1` - control parallelism of tests
256
- * ` --no- cache_test_results` , ` -t-` - disable caching of test results and re-runs all of them
256
+ * ` --cache_test_results=no ` , ` -t-` - disable caching of test results and re-runs all of them
257
257
* ` --test_output all` - print all output from the tests, not just errors
258
258
* ` --test_output streamed` - run all tests one by one and print its output immediately
259
259
* ` --test_env FOO=bar` - pass extra environment variable to test process
You can’t perform that action at this time.
0 commit comments