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
*`safari` (cannot be run in parallel - use `--local_test_jobs 1`)
364
-
*`safari-preview` (cannot be run in parallel - use `--local_test_jobs 1`)
368
+
*`safari`
369
+
*`safari-preview`
365
370
366
371
Useful command line options:
367
372
373
+
*`--pin_browsers` - use browsers and drivers downloaded by Bazel
374
+
*`--headless` - run browsers in headless mode (supported be Chrome, Edge and Firefox)
375
+
368
376
In addition to the [Common Options Examples](#common-options-examples), here are some additional Ruby specific ones:
369
377
*`--test_arg "-tfocus"` - test only [focused specs](https://relishapp.com/rspec/rspec-core/v/3-12/docs/filtering/inclusion-filters)
370
378
*`--test_arg "-eTimeouts"` - test only specs which name include "Timeouts"
@@ -380,8 +388,11 @@ Supported environment variables for use with `--test_env`:
380
388
-`HEADLESS` - for chrome, edge and firefox; runs tests in headless mode
381
389
-`DISABLE_BUILD_CHECK` - for chrome and edge; whether to ignore driver and browser version mismatches (allows testing Canary builds)
382
390
-`CHROME_BINARY` - path to test specific Chrome browser
391
+
-`CHROMEDRIVER_BINARY` - path to test specific ChromeDriver
383
392
-`EDGE_BINARY` - path to test specific Edge browser
393
+
-`MSEDGEDRIVER_BINARY` - path to test specific msedgedriver
384
394
-`FIREFOX_BINARY` - path to test specific Firefox browser
395
+
-`GECKODRIVER_BINARY` - path to test specific GeckoDriver
385
396
386
397
To run with a specific version of Ruby you can change the version in `rb/.ruby-version` or from command line:
0 commit comments