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

chore(browserstack): Update browserstacktunnel-wrapper, fix options #15892

Merged
merged 1 commit into from
Apr 12, 2017

Conversation

mgol
Copy link
Member

@mgol mgol commented Apr 5, 2017

Only the latest version of the package works correctly (the backend for it at
BrowserStack is not versioned) and the options have changed in the new version
of the package.

Also, iOS 8.0 is no longer available on BrowserStack, only 8.3 is. Instead,
this commit changes it to 9.3 as we shouldn't be testing on 8 anymore anyway.

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug fix in the testing infrastructure.

What is the current behavior? (You can also link to an open issue here)
The Browserstack wrapper doesn't set the local identified correctly, old wrapper is used that uses incorrect parameter names.

What is the new behavior (if this is a feature change)?
Package got updated, params are fine again.

Does this PR introduce a breaking change?
No.

Please check if the PR fulfills these requirements

Other information:

Only the latest version of the package works correctly (the backend for it at
BrowserStack is not versioned) and the options have changed in the new version
of the package.

Also, iOS 8.0 is no longer available on BrowserStack, only 8.3 is. Instead,
this commit changes it to 9.3 as we shouldn't be testing on 8 anymore anyway.
@mgol mgol self-assigned this Apr 5, 2017
@Narretz
Copy link
Contributor

Narretz commented Apr 5, 2017

We don't actually test on Browserstack via Travis, does this really fix something?

@mgol
Copy link
Member Author

mgol commented Apr 5, 2017

You can run it manually:

karma start karma-jqlite.conf.js --browsers=BS_Chrome,BS_Firefox,BS_Safari,BS_IE_9,BS_IE_10,BS_IE_11,BS_iOS

The BrowserStack launchers are defined in karma-shared.conf.js.

I have a BrowserStack account so I use it sometimes to run tests without submitting a PR.

@Narretz
Copy link
Contributor

Narretz commented Apr 5, 2017

Oh cool, I didn't know. That's pretty neat

@Narretz
Copy link
Contributor

Narretz commented Apr 7, 2017

LGTM

@mgol mgol merged commit ad0bb83 into angular:master Apr 12, 2017
@mgol mgol deleted the browserstack branch April 12, 2017 11:20
mgol added a commit that referenced this pull request Apr 25, 2017
Only the latest version of the package works correctly (the backend for it at
BrowserStack is not versioned) and the options have changed in the new version
of the package.

Also, iOS 8.0 is no longer available on BrowserStack, only 8.3 is. Instead,
this commit changes it to 9.3 as we shouldn't be testing on 8 anymore anyway.

(a late cherry-pick of ad0bb83)

Closes #15892
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants