Skip to content

Commit e847941

Browse files
committed
Add beta to tests
1 parent 9f407bb commit e847941

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rb/spec/tests.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ BROWSERS = {
4141
"env": {
4242
"WD_REMOTE_BROWSER": "chrome",
4343
"WD_SPEC_DRIVER": "chrome",
44+
"WD_BROWSER_VERSION": "beta",
4445
} | select({
4546
"@selenium//common:use_pinned_linux_chrome": {
4647
"CHROME_BINARY": "$(location @linux_beta_chrome//:chrome-linux64/chrome)",
@@ -110,6 +111,7 @@ BROWSERS = {
110111
"env": {
111112
"WD_REMOTE_BROWSER": "firefox",
112113
"WD_SPEC_DRIVER": "firefox",
114+
"WD_BROWSER_VERSION": "beta",
113115
} | select({
114116
"@selenium//common:use_pinned_linux_firefox": {
115117
"FIREFOX_BINARY": "$(location @linux_beta_firefox//:firefox/firefox)",

0 commit comments

Comments
 (0)