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 a4b0ddd commit 7869fdcCopy full SHA for 7869fdc
.bazelrc
@@ -67,6 +67,11 @@ build --test_env=RUBYOPT="-Irb/lib -w"
67
build --action_env=HOME
68
test --test_env=HOME
69
70
+# Expose necessary variables for Seleinum-Manager.
71
+
72
+test:windows --test_env=PROGRAMFILES
73
+test:windows --test_env="PROGRAMFILES(X86)"="C:\\Program Files (x86)"
74
75
test --test_timeout=1800
76
77
test:node_debug --test_output=streamed --test_strategy=exclusive --test_timeout=9999 --nocache_test_results
0 commit comments