We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e8354f + 72434ec commit dbeefe3Copy full SHA for dbeefe3
.github/workflows/ui-tests.yml
@@ -86,7 +86,7 @@ jobs:
86
test_script: pytest -xs test/test_mac.py::MacTest
87
- targetPlatform: StandaloneWindows64
88
runs-on: [self-hosted, windows]
89
- test_script: pytest -xs test/test_windows.py::WindowsTest
+ test_script: python -m pytest -xs test/test_windows.py::WindowsTest
90
# - targetPlatform: Android
91
# runs-on: [ self-hosted, macOS ]
92
# test_script: browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml"
0 commit comments