Skip to content

Commit 8fb9a92

Browse files
committed
fix: try the full path
1 parent 800e6cb commit 8fb9a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hybrid/appiumTests/e2e-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const android = {
77
'appium:platformVersion': '14', //Update Your Platform Version
88
'appium:deviceName': 'pixel_3a',
99
'appium:avd': 'Pixel_8',
10-
'appium:app': './android/app/build/outputs/apk/release/app-release.apk', //apk path
10+
'appium:app': '/home/circleci/project/android/app/build/outputs/apk/release/app-release.apk',
1111
'appium:appPackage': 'com.instabug.hybridsampleapp',
1212
'appium:appActivity': '.MainActivity',
1313
'appium:automationName': 'UiAutomator2',

0 commit comments

Comments
 (0)