Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

chore(browserstack): Update OS X, make iOS 8-10 available to test #15910

Merged
merged 1 commit into from
Apr 12, 2017

Conversation

mgol
Copy link
Member

@mgol mgol commented Apr 12, 2017

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Test config update.

What is the current behavior? (You can also link to an open issue here)
Only one iOS version can be tested via BrowserStack.

What is the new behavior (if this is a feature change)?
iOS 8.3, 9.3 & 10.0 can be tested.

Does this PR introduce a breaking change?
No.

Please check if the PR fulfills these requirements

Other information:
Angular (2+) supports iOS 7+ but iOS 7 is very flakey on BrowserStack (see angular/angular#15916). It'd be good to at least try to support the same versions; making it possible to test via BrowserStack is the first step.

@mgol mgol self-assigned this Apr 12, 2017
Copy link
Member

@gkalpak gkalpak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me as long as it works for you 😛

@@ -9,7 +9,7 @@ if [ "$JOB" == "ci-checks" ]; then
grunt ci-checks
elif [ "$JOB" == "unit" ]; then
if [ "$BROWSER_PROVIDER" == "browserstack" ]; then
BROWSERS="BS_Chrome,BS_Safari,BS_Firefox,BS_IE_9,BS_IE_10,BS_IE_11,BS_iOS"
BROWSERS="BS_Chrome,BS_Safari,BS_Firefox,BS_IE_9,BS_IE_10,BS_IE_11,BS_iOS_8,BS_iOS_9"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not BS_iOS_10 too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS 10 fails one test.

@petebacondarwin
Copy link
Contributor

@mgol - these changes are all for BrowserStack, right?
Looking at our Travis runs, we are only using SauceLabs these days.
So I suspect that these changes have no effect...
Am I missing something?

@mgol
Copy link
Member Author

mgol commented Apr 12, 2017

@petebacondarwin See #15892 (comment).

@petebacondarwin
Copy link
Contributor

OK

@petebacondarwin petebacondarwin merged commit 8eb925d into angular:master Apr 12, 2017
@mgol mgol deleted the browserstack branch April 22, 2017 13:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants