File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
examples/hybrid/appiumTests Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ commands:
361
361
--log-timestamp \
362
362
--debug-log-spacing \
363
363
--allow-insecure chromedriver_autodownload \
364
- --base-path /wd/hub \
364
+ --base-path / \
365
365
--log appium.log &
366
366
367
367
# Wait for server to start
@@ -797,13 +797,6 @@ jobs:
797
797
mitmdump -p 8080 --set block_global=false &
798
798
sleep 5
799
799
800
- - run :
801
- name : Start Appium Server
802
- background : true
803
- command : |
804
- appium --log-timestamp --debug-log-spacing --log appium.log &
805
- sleep 10
806
-
807
800
# Run tests
808
801
- run :
809
802
name : Run E2E Tests
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ export let capabilities: any;
5
5
const android = {
6
6
platformName : 'Android' ,
7
7
'appium:platformVersion' : '14' , //Update Your Platform Version
8
- 'appium:deviceName' : 'pixel_3a' , //Update Your emulator Name
8
+ 'appium:deviceName' : 'pixel_3a' ,
9
+ 'appium:avd' : 'Pixel_8' ,
9
10
'appium:app' : './android/app/build/outputs/apk/debug/app-debug.apk' , //apk path
10
11
'appium:appPackage' : 'com.instabug.hybridsampleapp' ,
11
12
'appium:appActivity' : '.MainActivity' ,
You can’t perform that action at this time.
0 commit comments