We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcc934b + 7fdf2e6 commit 24d4bddCopy full SHA for 24d4bdd
.github/workflows/reviewing_changes.yml
@@ -60,10 +60,10 @@ jobs:
60
run: python -m pip install -r requirements.txt
61
62
- name: run tests in parallel
63
- run: browserstack-sdk pytest -s tests/test.py
+ run: browserstack-sdk pytest -s tests/bstack-sample-test.py
64
65
- name: run local tests in parallel
66
- run: browserstack-sdk pytest -s tests/local-test.py
+ run: browserstack-sdk pytest -s tests/bstack-local-test.py
67
68
- if: always()
69
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
.gitignore
@@ -2,3 +2,4 @@
2
__pycache__
3
.pytest_cache
4
local.log
5
+env
0 commit comments