Skip to content

Commit 67e34f7

Browse files
committed
chore: browserstack sdk
1 parent 0bcd568 commit 67e34f7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
test_script: test_windows.ps1
7171
- targetPlatform: Android
7272
runs-on: [ self-hosted, macOS ]
73-
test_script: pytest test/test_android.py
73+
test_script: browserstack-sdk pytest -s ./test/test_android.py
7474
concurrency:
7575
group: test-${{ matrix.targetPlatform }}
7676
runs-on: ${{ matrix.runs-on }}

sample/Tests/browserstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ source: pytest-browserstack:sample-sdk:v1.0
2626
# Set `app` to define the app that is to be used for testing.
2727
# It can either take the id of any uploaded app or the path of the app directly.
2828
#app: ./WikipediaSample.apk
29-
app: SampleApp.apk #For running local tests
29+
app: ./SampleApp.apk #For running local tests
3030

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

sample/Tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ selenium==4.22.0
66
pytest==8.2.2
77
requests==2.32.3
88
mailslurp-client==15.19.22
9-
Appium-Python-Client
9+
Appium-Python-Client
10+
browserstack-sdk

0 commit comments

Comments
 (0)