test: fix broken tests due to changes to BrowserStack

This commit is contained in:
Sefa Ilkimen
2023-06-06 03:31:17 +02:00
committed by GitHub
parent fe1a0fdbf7
commit dbe28b284f

View File

@@ -60,6 +60,7 @@ const configs = {
// testing on BrowserStack
browserstackIosDevice: {
'appium-version': '1.20.2',
device: 'iPhone 12',
os_version: '14',
project: 'HTTP Test App',
@@ -68,6 +69,7 @@ const configs = {
'browserstack.networkLogs': false
},
browserstackAndroidDevice: {
'appium-version': '1.18.0',
device: 'Samsung Galaxy S7',
os_version: '6.0',
project: 'HTTP Test App',