Skip to content

Commit c927d4b

Browse files
committed
add pre-built selenium manager binaries
1 parent a10fa79 commit c927d4b

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

common/manager/BUILD.bazel

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
filegroup(
2+
name = "manager",
3+
srcs = glob([
4+
"*",
5+
"**/*",
6+
]),
7+
visibility = [
8+
"//java/test/org/openqa/selenium/chrome:__pkg__",
9+
"//java/test/org/openqa/selenium/edge:__pkg__",
10+
"//java/test/org/openqa/selenium/firefox:__pkg__",
11+
"//py:__pkg__",
12+
"//rb:__pkg__",
13+
],
14+
)
15+
16+
exports_files(
17+
[
18+
"linux/selenium-manager",
19+
"macos/selenium-manager",
20+
"windows/selenium-manager.exe",
21+
],
22+
visibility = [
23+
"//java/test/org/openqa/selenium/chrome:__pkg__",
24+
"//java/test/org/openqa/selenium/edge:__pkg__",
25+
"//java/test/org/openqa/selenium/firefox:__pkg__",
26+
"//py:__pkg__",
27+
"//rb:__pkg__",
28+
],
29+
)

common/manager/linux/selenium-manager

3.38 MB
Binary file not shown.

common/manager/macos/selenium-manager

2.81 MB
Binary file not shown.
2.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)