feat(tests): also upload playwright test results

This commit is contained in:
perf3ct 2025-07-20 00:13:58 +00:00
parent 7312cec281
commit 6a1d7db251
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 10 additions and 0 deletions

View File

@ -117,6 +117,16 @@ jobs:
VITE_API_URL: http://localhost:8000
PLAYWRIGHT_BASE_URL: http://localhost:8000
- name: Upload Playwright Test Results
uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-results
path: |
frontend/test-results/
frontend/playwright-report/
retention-days: 30
- name: Stop backend server
if: always()
run: |