We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f407bb commit e847941Copy full SHA for e847941
rb/spec/tests.bzl
@@ -41,6 +41,7 @@ BROWSERS = {
41
"env": {
42
"WD_REMOTE_BROWSER": "chrome",
43
"WD_SPEC_DRIVER": "chrome",
44
+ "WD_BROWSER_VERSION": "beta",
45
} | select({
46
"@selenium//common:use_pinned_linux_chrome": {
47
"CHROME_BINARY": "$(location @linux_beta_chrome//:chrome-linux64/chrome)",
@@ -110,6 +111,7 @@ BROWSERS = {
110
111
112
"WD_REMOTE_BROWSER": "firefox",
113
"WD_SPEC_DRIVER": "firefox",
114
115
116
"@selenium//common:use_pinned_linux_firefox": {
117
"FIREFOX_BINARY": "$(location @linux_beta_firefox//:firefox/firefox)",
0 commit comments