-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: run fewer browsers on saucelabs #5045
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
Conversation
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.
For a follow-up PR, it would probably be better to run Firefox and Chrome tests directly on Travis rather than going to either service (https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-the-Chrome-addon-in-the-headless-mode)
test/browser-providers.js
Outdated
'Safari9': { unitTest: {target: 'BS', required: false }}, | ||
'Safari10': { unitTest: {target: 'SL', required: false }}, | ||
'Safari9': { unitTest: {target: null, required: false }}, | ||
'Safari10': { unitTest: {target: null, required: false }}, |
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.
We should be running Safari 9 and 10; I didn't realize these were not marked as required
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.
Done. Please take another look.
8bda40a
to
b8f3591
Compare
* Better balance between Saucelabs and Browserstack because Browserstack runs more stable. Considering that e2e tests also run on Saucelabs it's fair running more on Browserstack.
b8f3591
to
f8fa5d6
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. |
null
. Just to have a nice overview which browsers are running or not.