-
-
Notifications
You must be signed in to change notification settings - Fork 79k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: run BrowserStack in parallel with Sauce Labs
Per #11087 (comment) and internal twbs team discussion. Effectively reverts the deletions from #11701.
- Loading branch information
Showing
4 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"username": "--secure--", | ||
"key": "--secure--", | ||
"test_path": "js/tests/index.html", | ||
"browsers": [ | ||
{ | ||
"browser": "firefox", | ||
"browser_version": "latest", | ||
"os": "OS X", | ||
"os_version": "Mavericks" | ||
}, | ||
{ | ||
"browser": "safari", | ||
"browser_version": "latest", | ||
"os": "OS X", | ||
"os_version": "Mavericks" | ||
}, | ||
{ | ||
"browser": "chrome", | ||
"browser_version": "latest", | ||
"os": "OS X", | ||
"os_version": "Mavericks" | ||
}, | ||
{ | ||
"browser": "firefox", | ||
"browser_version": "latest", | ||
"os": "Windows", | ||
"os_version": "8.1" | ||
}, | ||
{ | ||
"browser": "chrome", | ||
"browser_version": "latest", | ||
"os": "Windows", | ||
"os_version": "8.1" | ||
}, | ||
{ | ||
"browser": "Mobile Safari", | ||
"os": "ios", | ||
"os_version": "7.0", | ||
"device": "iPhone 5S" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters