This repository has been archived by the owner on Jun 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing (no longer supported by SauceLabs): - Safari 5 - iOS 4.3 Adding: - Firefox 38 ESR - Andriod 5.1
- Loading branch information
Showing
5 changed files
with
8 additions
and
44 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[ | ||
// we don't really care about the platform, but without it the browser may fail to resolve | ||
{ browserName: 'ipad', version: '4.3', platform: 'Mac 10.6' } | ||
{ browserName: 'android', version: '5.1', platform: 'Linux' } | ||
] |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[ | ||
// we don't really care about the platform, but without it the browser may fail to resolve | ||
{ browserName: 'safari', version: '5', platform: 'Mac 10.6' } | ||
{ browserName: 'firefox', version: '38', platform: 'Windows 10' } | ||
] |