Skip to content

Commit 919d85d

Browse files
Fix local test and default android
1 parent 48aa9bb commit 919d85d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven-workflow-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
cd android
6363
mvn compile
64-
mvn test -P sample-local-test
64+
mvn test -P sample-local-test -D"browserstack.app"="./LocalSample.apk"
6565
- name: Run android mvn profile sample-test
6666
run: |
6767
cd android
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
cd ios
7878
mvn compile
79-
mvn test -P sample-local-test
79+
mvn test -P sample-local-test -D"browserstack.app"="./LocalSample.ipa"
8080
- name: Run ios mvn profile sample-test
8181
run: |
8282
cd ios

android/browserstack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ framework: cucumber-testng
2626

2727
source: cucumber-java:appium-sample-main:v1.0
2828

29-
# app: ./WikipediaSample.apk
30-
app: ./LocalSample.apk #For running local tests
29+
app: ./WikipediaSample.apk
30+
# app: ./LocalSample.apk #For running local tests
3131

3232
# =======================================
3333
# Platforms (Browsers / Devices to test)

0 commit comments

Comments
 (0)