Skip to content

Commit

Permalink
[java] Running HTML5-specific tests with bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 29, 2018
1 parent c6a5de2 commit 49c132f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions java/client/test/org/openqa/selenium/html5/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
load("//java:bazel-rules.bzl", "gen_java_selenium_tests")

gen_java_selenium_tests(
srcs = glob(
["*Test.java"],
),
deps = [
"//java/client/src/org/openqa/selenium",
"//java/client/src/org/openqa/selenium/remote",
"//java/client/test/org/openqa/selenium/testing",
"//java/client/test/org/openqa/selenium/testing/drivers",
"//third_party/java/assertj",
"//third_party/java/guava",
"//third_party/java/junit",
"//third_party/java/mockito:mockito-core",
],
)

0 comments on commit 49c132f

Please sign in to comment.