Skip to content

Commit 0819175

Browse files
committed
fix: change android config
1 parent 33d4aaf commit 0819175

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ commands:
361361
--log-timestamp \
362362
--debug-log-spacing \
363363
--allow-insecure chromedriver_autodownload \
364-
--base-path /wd/hub \
364+
--base-path / \
365365
--log appium.log &
366366
367367
# Wait for server to start
@@ -797,13 +797,6 @@ jobs:
797797
mitmdump -p 8080 --set block_global=false &
798798
sleep 5
799799
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-
807800
# Run tests
808801
- run:
809802
name: Run E2E Tests

examples/hybrid/appiumTests/e2e-config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ export let capabilities: any;
55
const android = {
66
platformName: 'Android',
77
'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',
910
'appium:app': './android/app/build/outputs/apk/debug/app-debug.apk', //apk path
1011
'appium:appPackage': 'com.instabug.hybridsampleapp',
1112
'appium:appActivity': '.MainActivity',

0 commit comments

Comments
 (0)