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 795b87b commit 5b0b682Copy full SHA for 5b0b682
java/client/test/org/openqa/selenium/firefox/BUCK
@@ -14,6 +14,23 @@ java_test(name = 'test-synthesized',
14
],
15
)
16
17
+java_test(name = 'marionette',
18
+ srcs = [
19
+ 'SynthesizedFirefoxDriverTests.java'
20
+ ],
21
+ vm_args = [
22
+ '-Dselenium.browser=ff',
23
+ '-Dwebdriver.firefox.marionette=true',
24
25
+ deps = [
26
+ ':tests',
27
+ '//java/client/src/org/openqa/selenium:selenium',
28
+ '//java/client/test/org/openqa/selenium/testing:test-base',
29
+ '//java/client/test/org/openqa/selenium:large-tests',
30
+ '//third_party/java/junit:junit',
31
32
+)
33
+
34
java_library(name = 'tests',
35
srcs = glob(['*Test.java', 'internal/*.java']) + [
36
'FirefoxSpecificTests.java',
0 commit comments