Merge pull request #6 from omriza5/inner-tests

Reorder pytest command options for consistency in Selenium tests
This commit is contained in:
omriza5 2025-08-12 10:27:56 +03:00 committed by GitHub
commit 166aa0c34a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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