-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: run chrome and firefox headless tests in circleci #13603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: run chrome and firefox headless tests in circleci #13603
Conversation
4cfc804
to
d1be4aa
Compare
tests_local_browsers: | ||
docker: | ||
# TODO(devversion): Temporarily use a image that includes Firefox 62 because the | ||
# ngcontainer image does include an old Firefox version that does not support headless. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you / can you file an issue for this and reference it here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually filed a PR and chatted with Alex about it. Added the URL of the PR to the comment
Hi @devversion! This PR has merge conflicts due to recent upstream merges. |
* Moves the `travis_required` TravisCI job to CircleCI. Our `ngcontainer` image already comes with Chrome and Firefox installed.
8b160cc
to
1b12618
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
travis_required
TravisCI job to CircleCI.Related
ngcontainer
PR: angular/angular#26435. This is not blocking us, since we usecircleci/node-10.20-browsers
to be able to use Firefox headless.PR based and blocked on: #13596