Skip to content

Commit

Permalink
fixed github actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BohdanObruch committed Jul 22, 2024
1 parent a766b69 commit 9f142d4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromium_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run tests
run: |
poetry run python -m pytest --junit-xml=test-results/results.xml --browser chromium --testomatio report
poetry run python -m pytest --numprocesses auto --junit-xml=test-results/results.xml --browser chromium --testomatio report
env:
USERNAME_SAUCEDEMO: ${{ secrets.USERNAME_SAUCEDEMO }}
PASSWORD_SAUCEDEMO: ${{ secrets.PASSWORD_SAUCEDEMO }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firefox_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run tests
run: |
poetry run python -m pytest --junit-xml=test-results/results.xml --browser firefox --testomatio report
poetry run python -m pytest --numprocesses auto --junit-xml=test-results/results.xml --browser firefox --testomatio report
env:
USERNAME_SAUCEDEMO: ${{ secrets.USERNAME_SAUCEDEMO }}
PASSWORD_SAUCEDEMO: ${{ secrets.PASSWORD_SAUCEDEMO }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run tests
run: |
poetry run python -m pytest --junit-xml=test-results/results.xml --browser chromium --browser webkit --browser firefox --testomatio report
poetry run python -m pytest --numprocesses auto --junit-xml=test-results/results.xml --browser chromium --browser webkit --browser firefox --testomatio report
env:
USERNAME_SAUCEDEMO: ${{ secrets.USERNAME_SAUCEDEMO }}
PASSWORD_SAUCEDEMO: ${{ secrets.PASSWORD_SAUCEDEMO }}
Expand Down
63 changes: 14 additions & 49 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f142d4

Please sign in to comment.