Skip to content

Commit

Permalink
updated devices
Browse files Browse the repository at this point in the history
  • Loading branch information
AEkaterina committed Nov 24, 2023
1 parent 11e4d7b commit 628b182
Showing 1 changed file with 35 additions and 29 deletions.
64 changes: 35 additions & 29 deletions src/test/resources/devices.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"iPhone13ProMax_15": {
"iPhone15ProMax_17": {
"capabilities": {
"deviceName": "iPhone 13 Pro Max",
"platformVersion": "15"
"deviceName": "iPhone 15 Pro Max",
"platformVersion": "17"
}
},
"iPhone14ProMax_16": {
Expand All @@ -11,63 +11,69 @@
"platformVersion": "16"
}
},
"iPhoneXR_15": {
"iPhone13ProMax_15": {
"capabilities": {
"deviceName": "iPhone XR",
"deviceName": "iPhone 13 Pro Max",
"platformVersion": "15"
}
},
"iPhone15ProMax_17": {
"iPadPro12.92022_16": {
"capabilities": {
"deviceName": "iPhone 15 Pro Max",
"platformVersion": "17"
"deviceName": "iPad Pro 12.9 2022",
"platformVersion": "16"
}
},
"iPhone12Mini_14": {
"iPhoneXR_15": {
"capabilities": {
"deviceName": "iPhone 12 Mini",
"platformVersion": "14"
"deviceName": "iPhone XR",
"platformVersion": "15"
}
},
"iPadPro112022_16": {
"iPhoneSE2020_16": {
"capabilities": {
"deviceName": "iPad Pro 11 2022",
"deviceName": "iPhone SE 2020",
"platformVersion": "16"
}
},
"SamsungGalaxyS8Plus_9": {
"iPhone8_15": {
"capabilities": {
"deviceName": "Samsung Galaxy S8 Plus",
"platformVersion": "9.0"
"deviceName": "iPhone 8",
"platformVersion": "15"
}
},
"SamsungGalaxyTabS8_12": {
"SamsungGalaxyS23Ultra_13": {
"capabilities": {
"deviceName": "Samsung Galaxy Tab S8",
"platformVersion": "12.0"
"deviceName": "Samsung Galaxy S23 Ultra",
"platformVersion": "13.0"
}
},
"SamsungGalaxyS21Ultra_11": {
"SamsungGalaxyS22Ultra_12": {
"capabilities": {
"deviceName": "Samsung Galaxy S21 Ultra",
"platformVersion": "11.0"
"deviceName": "Samsung Galaxy S22 Ultra",
"platformVersion": "12.0"
}
},
"SamsungGalaxyS22Ultra_12": {
"SamsungGalaxyS21_12": {
"capabilities": {
"deviceName": "Samsung Galaxy S22 Ultra",
"deviceName": "Samsung Galaxy S21",
"platformVersion": "12.0"
}
},
"SamsungGalaxyS20Ultra_10": {
"SamsungGalaxyTabS9_13": {
"capabilities": {
"deviceName": "Samsung Galaxy Tab S9",
"platformVersion": "13.0"
}
},
"GooglePixel8Pro_14": {
"capabilities": {
"deviceName": "Samsung Galaxy S20 Ultra",
"platformVersion": "10.0"
"deviceName": "Google Pixel 8 Pro",
"platformVersion": "14.0"
}
},
"GooglePixel6Pro_13": {
"GooglePixel7Pro_13": {
"capabilities": {
"deviceName": "Google Pixel 6 Pro",
"deviceName": "Google Pixel 7 Pro",
"platformVersion": "13.0"
}
}
Expand Down

0 comments on commit 628b182

Please sign in to comment.