Skip to content

Commit

Permalink
Adding some browser tests run by Bazel to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 27, 2019
1 parent 36683f0 commit 9eacb5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ matrix:
<<: *java
- env: BZL="test --test_size_filters=small //java/..."
<<: *java
- env: MARIONETTE=1 BZL="test --test_tag_filters=firefox //java/..."
<<: *java
<<: *firefox-nightly
- env: CHROME=1 BZL="test --test_tag_filters=chrome //java/..."
<<: *java
<<: *chrome
- env: BUCK="build selenium-server-standalone java-small-tests chrome-test firefox-test legacy-firefox-test htmlunit-test ie-test opera-test java-small-tests //java/client/test/org/openqa/selenium/testing/drivers/..."
<<: *java
- env: BUCK="test //java/client/test/org/openqa/selenium/atoms:test"
Expand Down

0 comments on commit 9eacb5c

Please sign in to comment.