Skip to content

Commit

Permalink
wdio config, reporter 1.7, apk build path, os 12
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkev committed Jun 20, 2024
1 parent bdec4ee commit cb200cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appium_tests/appium_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
options.load_capabilities({
"appium:automationName": "UiAutomator2",
"appium:platformName": "Android",
"appium:platformVersion": "10",
"appium:platformVersion": "12",
"appium:deviceName": "emulator-5554",
"appium:app": "build/app/outputs/apk/debug/app-debug.apk",
"appium:newCommandTimeout": 3600,
Expand Down

0 comments on commit cb200cf

Please sign in to comment.