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 d095cd2 commit 6b81501Copy full SHA for 6b81501
java/client/test/org/openqa/selenium/htmlunit/build.desc
@@ -4,6 +4,9 @@ java_test(name = "test_basic",
4
],
5
sysproperties = [
6
{ "selenium.browser" : "htmlunit" },
7
+ ],
8
+ deps = [
9
+ "//java/client/test/org/openqa/selenium:tests"
10
])
11
12
java_test(name = "test_js",
@@ -12,4 +15,7 @@ java_test(name = "test_js",
15
13
16
14
17
{ "selenium.browser" : "htmlunit_js" },
18
19
20
21
0 commit comments