Skip to content

Commit

Permalink
Docker IOS Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 21, 2024
1 parent 9ac261f commit e524230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/android_mobile_docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"capabilities": {
"deviceName": "emulator-5554",
"platformName": "Android",
"app": "/home/runner/work/pytest-automation-boilerplate/pytest-automation-boilerplate/app files/builds/Android-MyDemoAppRN.1.3.0.build-244.apk",
"app": "/Users/runner/work/pytest-automation-boilerplate/pytest-automation-boilerplate/app files/builds/Android-MyDemoAppRN.1.3.0.build-244.apk",
"noReset": false,
"newCommandTimeout": 3600
}
Expand Down
4 changes: 2 additions & 2 deletions configs/ios_mobile_docker.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"capabilities": {
"platformVersion": "17.0",
"platformVersion": "16.2",
"deviceName": "iPhone 14 Pro",
"platformName": "iOS",
"app": "/home/runner/work/pytest-automation-boilerplate/pytest-automation-boilerplate/app files/builds/MyRNDemoApp.app",
"app": "/Users/runner/work/pytest-automation-boilerplate/pytest-automation-boilerplate/app files/builds/MyRNDemoApp.app",
"noReset": false,
"newCommandTimeout": 3600
}
Expand Down

0 comments on commit e524230

Please sign in to comment.