Skip to content

Commit

Permalink
Include //j/c/t/org/openqa/selenium:small-tests in test_java_small_te…
Browse files Browse the repository at this point in the history
…sts.

This includes some of the basic unit tests for Selenium classes, e.g., org.openqa.selenium.Proxy. Putting them in the "small tests" task ensures that they run in the Travis CI.
  • Loading branch information
juangj committed May 26, 2017
1 parent e84f0fe commit f401142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,15 @@ end

task :test_java => [
"//java/client/test/org/openqa/selenium/atoms:test:run",
"//java/client/test/org/openqa/selenium:small-tests:run",
:test_java_small_tests,
:test_support,
:test_java_webdriver,
:test_selenium,
"test_grid",
]

task :test_java_small_tests => [
"//java/client/test/org/openqa/selenium:small-tests:run",
"//java/client/test/org/openqa/selenium/support:small-tests:run",
"//java/client/test/org/openqa/selenium/remote:common-tests:run",
"//java/client/test/org/openqa/selenium/remote:client-tests:run",
Expand Down

0 comments on commit f401142

Please sign in to comment.