chore: update capabilities for e2e tests running on browser stack

- increase test device OS versions
This commit is contained in:
Sefa Ilkimen
2021-03-24 05:35:45 +01:00
parent d84df0fb00
commit fdaea418be
+3 -3
View File
@@ -60,15 +60,15 @@ const configs = {
// testing on BrowserStack
browserstackIosDevice: {
device: 'iPhone 7',
os_version: '10',
device: 'iPhone 12',
os_version: '14',
project: 'HTTP Test App',
autoWebview: true,
app: 'HttpTestAppAndroid'
},
browserstackAndroidDevice: {
device: 'Google Nexus 6',
os_version: '5.0',
os_version: '6.0',
project: 'HTTP Test App',
autoWebview: true,
app: 'HttpTestAppAndroid'