We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017bdbf commit d313aa3Copy full SHA for d313aa3
Rakefile
@@ -116,7 +116,9 @@ task :tests => [
116
"//java/client/test/org/openqa/selenium/support:SmallTests",
117
"//java/client/test/org/openqa/selenium/support:LargeTests",
118
"//java/client/test/org/openqa/selenium/remote:common-tests",
119
- "//java/client/test/org/openqa/selenium/remote:client-tests"
+ "//java/client/test/org/openqa/selenium/remote:client-tests",
120
+ "//java/server/test/org/openqa/selenium/remote/server/log:test",
121
+ "//java/server/test/org/openqa/selenium/remote/server:small-tests",
122
]
123
task :chrome => [ "//java/client/src/org/openqa/selenium/chrome" ]
124
task :common_core => [ "//common:core" ]
0 commit comments