File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
examples/hybrid/appiumTests Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -782,14 +782,13 @@ jobs:
782
782
# Build Android app
783
783
- run :
784
784
name : Build Android App
785
- working_directory : << parameters.working_directory >> /android
786
- command : ./gradlew assembleDebug
785
+ working_directory : ~/project/examples/hybrid /android
786
+ command : ./gradlew assembleRelease
787
787
788
788
# Setup testing environment
789
789
- setup_mitm_proxy
790
790
- setup_android_proxy
791
791
- setup_appium
792
- # Start services
793
792
- run :
794
793
name : Start MITM Proxy
795
794
background : true
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const android = {
7
7
'appium:platformVersion' : '14' , //Update Your Platform Version
8
8
'appium:deviceName' : 'pixel_3a' ,
9
9
'appium:avd' : 'Pixel_8' ,
10
- 'appium:app' : './android/app/build/outputs/apk/debug /app-debug .apk' , //apk path
10
+ 'appium:app' : './android/app/build/outputs/apk/release /app-release .apk' , //apk path
11
11
'appium:appPackage' : 'com.instabug.hybridsampleapp' ,
12
12
'appium:appActivity' : '.MainActivity' ,
13
13
'appium:automationName' : 'UiAutomator2' ,
You can’t perform that action at this time.
0 commit comments