Skip to content

Commit

Permalink
Atom tests should be run in headless Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 24, 2019
1 parent d0b5703 commit 5e0dc3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ common --experimental_allow_incremental_repository_updates
# pass environment variables to the test environment
test --test_env=TRAVIS
test --test_env=DISPLAY
test --test_env=MOZ_HEADLESS
test --test_env=DASHBOARD_URL

# Set up caching on local disk so incremental builds are faster
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ matrix:
- env: CHROME=1 BZL="test --test_tag_filters=chrome //java/..."
<<: *java
<<: *chrome
- env: MARIONETTE=1 BZL="test //javascript/atoms:test-firefox //javascript/selenium-atoms:test-firefox //javascript/webdriver:test-firefox"
- env: MARIONETTE=1 MOZ_HEADLESS=1 BZL="test //javascript/atoms:test-firefox //javascript/selenium-atoms:test-firefox //javascript/webdriver:test-firefox"
<<: *java
<<: *firefox-latest
- env: CHROME=1 BZL="test //javascript/atoms:test-chrome //javascript/selenium-atoms:test-chrome //javascript/webdriver:test-chrome"
Expand Down

0 comments on commit 5e0dc3c

Please sign in to comment.