File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ rubygem(
12
12
"//rb:phantomjs",
13
13
"//rb:remote",
14
14
"//rb:rc-client",
15
- "//rb:safari"
15
+ "//rb:safari",
16
+ "//rb:wires"
16
17
]
17
18
)
18
19
@@ -111,6 +112,26 @@ ruby_test(name = "edge",
111
112
deps = [ ":edge" ]
112
113
)
113
114
115
+ ruby_library(name = "wires",
116
+ srcs = [
117
+ "lib/selenium/webdriver/firefox/**/*.rb",
118
+ "lib/selenium/webdriver/firefox.rb"
119
+ ],
120
+ deps = [
121
+ ":common",
122
+ ":remote"
123
+ ]
124
+ )
125
+
126
+ ruby_test(name = "wires",
127
+ srcs = [
128
+ "spec/integration/selenium/webdriver/*_spec.rb",
129
+ "spec/integration/selenium/webdriver/wires/**/*_spec.rb"
130
+ ],
131
+ include = ["rb/spec/integration", "build/rb/lib"],
132
+ deps = [ ":wires" ]
133
+ )
134
+
114
135
ruby_library(name = "firefox",
115
136
srcs = [
116
137
"lib/selenium/webdriver/firefox/**/*.rb",
You can’t perform that action at this time.
0 commit comments