Skip to content

Commit 5b0b682

Browse files
committed
Add a marionette test suite
1 parent 795b87b commit 5b0b682

File tree

1 file changed

+17
-0
lines changed
  • java/client/test/org/openqa/selenium/firefox

1 file changed

+17
-0
lines changed

java/client/test/org/openqa/selenium/firefox/BUCK

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@ java_test(name = 'test-synthesized',
1414
],
1515
)
1616

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+
1734
java_library(name = 'tests',
1835
srcs = glob(['*Test.java', 'internal/*.java']) + [
1936
'FirefoxSpecificTests.java',

0 commit comments

Comments
 (0)