Skip to content

Commit

Permalink
updated ios version (#116)
Browse files Browse the repository at this point in the history
### To be filled by the PR creator:

* A brief description of the changes made - 

* Do we have clean latest run report (Docker or Browserstack) attached
with this PR?
  * [ ] Yes
  * [ ] No (Please explain why)

* Does the PR contain changes to any core file?
  * [ ] Yes (Needs approval from at least 1 people)
  * [ ] No

* Is it
  * [ ] New Testcase
  * [ ] Fix


### To be filled by the PR reviewer:

* [ ] Verify the attached run report passed in GitHub Actions (Docker or
Browserstack run)

* General
    * [ ] Use the best strategy to locate the elements
    * [ ] Comments wherever the code is not readable by itself
    * [ ] Use of the right data structure for the use case
    * [ ] Reuse logic/functionality as much as possible
    * [ ] Cleanup of any test data that is generated by the tests
    * [ ] No static waits
  • Loading branch information
tauqirsarwar1 authored Apr 29, 2024
2 parents 1ac854c + e0ba7ad commit 559fc76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion env_configs/android_mobile_local.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"capabilities": {
"deviceName": "emulator-5554",
"platformName": "Android",
"app": "/Users/tauqirsarwar/Documents/Automation/Bench/Boilerplate/pytest-automation-boilerplate/app files/builds/Android-MyDemoAppRN.1.3.0.build-244.apk",
"app": "/Users/tauqirsarwar/Documents/Automation/Bench/Tweag/pytest-automation-boilerplate/app files/builds/Android-MyDemoAppRN.1.3.0.build-244.apk",
"noReset": false,
"newCommandTimeout": 300,
"adbExecTimeout": 3000000,
Expand Down
2 changes: 1 addition & 1 deletion env_configs/ios_mobile_docker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"capabilities": {
"platformVersion": "17.5",
"deviceName": "iPhone 14 Pro",
"deviceName": "iPhone 15 Plus",
"platformName": "iOS",
"app": "/Users/runner/work/pytest-automation-boilerplate/pytest-automation-boilerplate/app files/builds/MyRNDemoApp.app",
"noReset": false,
Expand Down
7 changes: 4 additions & 3 deletions env_configs/ios_mobile_local.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"capabilities": {
"platformVersion": "17.0",
"platformVersion": "17.4",
"deviceName": "iPhone 15 Plus",
"platformName": "iOS",
"app": "/Users/tauqirsarwar/Documents/Automation/Bench/Boilerplate/pytest-automation-boilerplate/app files/builds/MyRNDemoApp.app",
"app": "/Users/tauqirsarwar/Documents/Automation/Bench/Tweag/pytest-automation-boilerplate/app files/builds/MyRNDemoApp.app",
"noReset": false,
"newCommandTimeout": 3600,
"wdaLaunchTimeout": 300000
"wdaLaunchTimeout": 300000,
"showXcodeLog": true
}
}

0 comments on commit 559fc76

Please sign in to comment.