Skip to content

Commit

Permalink
Add shortcut targets for running grid tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Aug 25, 2017
1 parent 52b8262 commit 4c97156
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .buckconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@
htmlrunner = //java/server/src/org/openqa/selenium/server/htmlrunner:selenium-runner

# Tests
firefox-test = //java/client/test/org/openqa/selenium/firefox:test-synthesized
chrome-test = //java/client/test/org/openqa/selenium/chrome:chrome
firefox-test = //java/client/test/org/openqa/selenium/firefox:marionette
grid-test = //java/client/test/org/openqa/selenium/remote:remote-driver-grid-tests
htmlunit-test = //java/client/test/org/openqa/selenium/htmlunit:htmlunit
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ task :test_htmlunit => [
task :test_grid => [
"//java/server/test/org/openqa/grid/common:common:run",
"//java/server/test/org/openqa/grid:grid:run",
"//java/server/test/org/openqa/grid/e2e:e2e:run"
"//java/server/test/org/openqa/grid/e2e:e2e:run",
"//java/client/test/org/openqa/selenium/remote:remote-driver-grid-tests:run",
]
task :test_ie => [
"//cpp/iedriverserver:win32",
Expand Down

0 comments on commit 4c97156

Please sign in to comment.