Skip to content

Commit

Permalink
updated: temptative to fix the ios tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jun 14, 2015
1 parent 53171e5 commit c2be2df
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions test/saucelabs-browsers.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"browsers": {
"sl_chrome": {
"sl_iphone": {
"base": "SauceLabs",
"browserName": "chrome",
"browserName": "iphone",
"deviceName": "iPhone Simulator",
"deviceOrientation": "portrait",
"platform": "OS X 10.10",
"version": "8.2",
"group": 0
},
"sl_firefox": {
"sl_ipad": {
"base": "SauceLabs",
"browserName": "firefox",
"browserName": "ipad",
"deviceName": "iPad Simulator",
"deviceOrientation": "portrait",
"platform": "OS X 10.10",
"version": "8.2",
"group": 0
},
"sl_safari": {
Expand Down Expand Up @@ -37,28 +45,21 @@
"version": "11",
"group": 1
},
"sl_iphone": {

"sl_android_5": {
"base": "SauceLabs",
"browserName": "iphone",
"deviceName": "iPhone Simulator",
"device-orientation": "portrait",
"platform": "OS X 10.10",
"version": "8.2",
"browserName": "android",
"version": "5.1",
"group": 2
},
"sl_ipad": {
"sl_chrome": {
"base": "SauceLabs",
"browserName": "ipad",
"deviceName": "iPad Simulator",
"device-orientation": "portrait",
"platform": "OS X 10.10",
"version": "8.2",
"browserName": "chrome",
"group": 2
},
"sl_android_5": {
"sl_firefox": {
"base": "SauceLabs",
"browserName": "android",
"version": "5.1",
"browserName": "firefox",
"group": 2
},
"sl_android_4": {
Expand Down

0 comments on commit c2be2df

Please sign in to comment.