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 2548b02 commit c0c27d3Copy full SHA for c0c27d3
common/extensions/BUILD.bazel
@@ -7,6 +7,7 @@ filegroup(
7
"**/*",
8
]),
9
visibility = [
10
+ "//dotnet/test/common:__pkg__",
11
"//java/test/org/openqa/selenium/chrome:__pkg__",
12
"//java/test/org/openqa/selenium/edge:__pkg__",
13
"//java/test/org/openqa/selenium/environment:__pkg__",
dotnet/test/common/BUILD.bazel
@@ -17,6 +17,7 @@ filegroup(
17
srcs = [],
18
data = [
19
"appconfig.json",
20
+ "//common/extensions",
21
"//common/src/web",
22
"//dotnet/src/webdriver:manager-linux",
23
"//dotnet/src/webdriver:manager-macos",
0 commit comments