Skip to content

Commit

Permalink
test: fix broken tests due to changes to BrowserStack
Browse files Browse the repository at this point in the history
  • Loading branch information
silkimen authored Jun 6, 2023
1 parent fe1a0fd commit dbe28b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e-tooling/caps.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit dbe28b2

Please sign in to comment.