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 ac59dd8 commit 875f5f5Copy full SHA for 875f5f5
2 files changed
java/test/org/openqa/selenium/environment/BUILD.bazel
@@ -95,6 +95,7 @@ java_library(
95
"//java/src/org/openqa/selenium/remote/http",
96
"//java/src/org/openqa/selenium/support",
97
"//java/test/org/openqa/selenium/testing/drivers",
98
+ artifact("org.assertj:assertj-core"),
99
artifact("org.junit.jupiter:junit-jupiter-api"),
100
] + JUNIT5_DEPS,
101
)
java/test/org/openqa/selenium/testing/BUILD.bazel
@@ -82,6 +82,7 @@ java_test_suite(
82
"//java/test/org/openqa/selenium/testing:annotations",
83
84
"//java/test/org/openqa/selenium/testing/drivers:browser",
85
86
87
artifact("org.mockito:mockito-core"),
88
0 commit comments