Skip to content

Commit

Permalink
Running only local browser tests on travis (remote or grid tests shou…
Browse files Browse the repository at this point in the history
…ld be run in separate jobs)
  • Loading branch information
barancev committed Nov 2, 2020
1 parent 0fd538a commit cd9266b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ matrix:
<<: *java
- env: BZL_TEST="attr(tags, lint, tests(//java/...))"
<<: *java
- env: MARIONETTE=1 BZL_TEST="attr(tags, firefox, tests(//java/...))"
- env: MARIONETTE=1 BZL_TEST="attr(tags, firefox, tests(//java/client/...)) except attr(tags, remote, tests(//java/client/...))"
<<: *java
<<: *firefox-nightly
- env: CHROME=1 BZL_TEST="attr(tags, chrome, tests(//java/...))"
- env: CHROME=1 BZL_TEST="attr(tags, chrome, tests(//java/client/...)) except attr(tags, remote, tests(//java/client/...))"
<<: *java
<<: *chrome
- env: MARIONETTE=1 MOZ_HEADLESS=1 BZL="test --test_tag_filters=firefox //javascript/atoms/... //javascript/selenium-atoms/... //javascript/webdriver/..."
Expand Down

0 comments on commit cd9266b

Please sign in to comment.