Skip to content

Commit

Permalink
Run marionette test instead of legacy ones y command 'go test_firefox'
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jan 17, 2018
1 parent 0a9b576 commit ce39406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ task :test_ie => [
"//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_firefox => [ "//java/client/test/org/openqa/selenium/firefox:marionette:run" ]
task :test_opera => [ "//java/client/test/org/openqa/selenium/opera:opera:run" ]
task :test_remote_server => [
'//java/server/test/org/openqa/selenium/remote/server:small-tests:run',
Expand Down

0 comments on commit ce39406

Please sign in to comment.