We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800e6cb commit 8fb9a92Copy full SHA for 8fb9a92
examples/hybrid/appiumTests/e2e-config.ts
@@ -7,7 +7,7 @@ const android = {
7
'appium:platformVersion': '14', //Update Your Platform Version
8
'appium:deviceName': 'pixel_3a',
9
'appium:avd': 'Pixel_8',
10
- 'appium:app': './android/app/build/outputs/apk/release/app-release.apk', //apk path
+ 'appium:app': '/home/circleci/project/android/app/build/outputs/apk/release/app-release.apk',
11
'appium:appPackage': 'com.instabug.hybridsampleapp',
12
'appium:appActivity': '.MainActivity',
13
'appium:automationName': 'UiAutomator2',
0 commit comments