Skip to content

Commit c0c27d3

Browse files
committed
Test data in bazel
1 parent 2548b02 commit c0c27d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

common/extensions/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ filegroup(
77
"**/*",
88
]),
99
visibility = [
10+
"//dotnet/test/common:__pkg__",
1011
"//java/test/org/openqa/selenium/chrome:__pkg__",
1112
"//java/test/org/openqa/selenium/edge:__pkg__",
1213
"//java/test/org/openqa/selenium/environment:__pkg__",

dotnet/test/common/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ filegroup(
1717
srcs = [],
1818
data = [
1919
"appconfig.json",
20+
"//common/extensions",
2021
"//common/src/web",
2122
"//dotnet/src/webdriver:manager-linux",
2223
"//dotnet/src/webdriver:manager-macos",

0 commit comments

Comments
 (0)