mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
Add '-s' option to pytest command for more detailed output in Selenium tests
This commit is contained in:
parent
a79ff2f7ea
commit
61eb25314e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ui-testing.yml
vendored
2
.github/workflows/ui-testing.yml
vendored
|
|
@ -38,4 +38,4 @@ jobs:
|
|||
HEADLESS: true
|
||||
WEKAN_URL: http://${{ secrets.WEKAN_URL }}:80
|
||||
run: |
|
||||
pytest tests/ -v
|
||||
pytest tests/ -v -s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue