Skip to content

Commit

Permalink
Build IEDriverServer before running java IE tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 11, 2016
1 parent 15a9f58 commit 515dee9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,11 @@ task :test_grid => [
"//java/server/test/org/openqa/grid:grid:run",
"//java/server/test/org/openqa/grid/e2e:e2e:run"
]
task :test_ie => [ "//java/client/test/org/openqa/selenium/ie:ie:run" ]
task :test_ie => [
"//cpp/iedriverserver:win32",
"//cpp/iedriverserver:x64",
"//java/client/test/org/openqa/selenium/ie:ie:run"
]
task :test_jobbie => [ :test_ie ]
task :test_firefox => [ "//java/client/test/org/openqa/selenium/firefox:test-synthesized:run" ]
task :test_opera => [ "//java/client/test/org/openqa/selenium/opera:opera:run" ]
Expand Down

0 comments on commit 515dee9

Please sign in to comment.