mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
Merge pull request #6 from omriza5/inner-tests
Reorder pytest command options for consistency in Selenium tests
This commit is contained in:
commit
166aa0c34a
1 changed files with 9 additions and 1 deletions
10
.github/workflows/ui-testing.yml
vendored
10
.github/workflows/ui-testing.yml
vendored
|
|
@ -38,4 +38,12 @@ jobs:
|
|||
HEADLESS: true
|
||||
WEKAN_URL: ${{ secrets.WEKAN_URL }}
|
||||
run: |
|
||||
pytest tests/ -v -s
|
||||
pytest tests/ -s -v
|
||||
|
||||
- name: Upload screenshots
|
||||
if: always() # Ensure this runs even if tests fail
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ui-test-screenshots
|
||||
path: artifacts/screenshots
|
||||
retention-days: 2 # Store artifacts for 30 days
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue