Skip to content

Commit

Permalink
[skip ci] Adjusting Rakefile to build Grid
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Sep 9, 2019
1 parent 985943e commit ca2a094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ task :tests => [
"//java/server/test/org/openqa/selenium/remote/server:small-tests",
]
task :chrome => [ "//java/client/src/org/openqa/selenium/chrome" ]
task :grid => [ "//java/server/src/org/openqa/grid/selenium" ]
task :grid => [ :'selenium-server-standalone' ]
task :ie => [ "//java/client/src/org/openqa/selenium/ie" ]
task :firefox => [ "//java/client/src/org/openqa/selenium/firefox" ]
task :'debug-server' => "//java/client/test/org/openqa/selenium/environment:webserver:run"
Expand All @@ -148,7 +148,7 @@ task :support => [
]

desc 'Build the standalone server'
task 'selenium-server-standalone' => '//java/server/src/org/openqa/grid/selenium:selenium'
task 'selenium-server-standalone' => '//java/server/src/org/openqa/selenium/grid:selenium_server_deploy.jar'

task :test_javascript => [
'calcdeps',
Expand Down

0 comments on commit ca2a094

Please sign in to comment.