Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sosnovsky committed Jun 5, 2024
1 parent 65f44c9 commit 4a27dbc
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 532 deletions.
2 changes: 1 addition & 1 deletion appium/config/wdio.live.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config.capabilities = [
hostname: '127.0.0.1',
'appium:automationName': 'XCUITest',
'appium:deviceName': 'iPhone 15',
'appium:platformVersion': '17.4',
'appium:platformVersion': '17.5',
'appium:app': join(process.cwd(), './FlowCrypt.app'),
},
];
Expand Down
2 changes: 1 addition & 1 deletion appium/config/wdio.mock.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ config.capabilities = [
args: ['--mock-fes-api', '--mock-attester-api', '--mock-gmail-api'],
},
'appium:deviceName': 'iPhone 15',
'appium:platformVersion': '17.4',
'appium:platformVersion': '17.5',
'appium:orientation': 'PORTRAIT',
'appium:app': join(process.cwd(), './FlowCrypt.app'),
'appium:newCommandTimeout': 240,
Expand Down
Loading

0 comments on commit 4a27dbc

Please sign in to comment.