File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 70
70
test_script : test_windows.ps1
71
71
- targetPlatform : Android
72
72
runs-on : [ self-hosted, macOS ]
73
- test_script : pytest test/test_android.py
73
+ test_script : browserstack-sdk pytest -s ./ test/test_android.py
74
74
concurrency :
75
75
group : test-${{ matrix.targetPlatform }}
76
76
runs-on : ${{ matrix.runs-on }}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ source: pytest-browserstack:sample-sdk:v1.0
26
26
# Set `app` to define the app that is to be used for testing.
27
27
# It can either take the id of any uploaded app or the path of the app directly.
28
28
# app: ./WikipediaSample.apk
29
- app : SampleApp.apk # For running local tests
29
+ app : ./ SampleApp.apk # For running local tests
30
30
31
31
# =======================================
32
32
# Platforms (Browsers / Devices to test)
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ selenium==4.22.0
6
6
pytest == 8.2.2
7
7
requests == 2.32.3
8
8
mailslurp-client == 15.19.22
9
- Appium-Python-Client
9
+ Appium-Python-Client
10
+ browserstack-sdk
You can’t perform that action at this time.
0 commit comments