feat(tests): also upload playwright test results
This commit is contained in:
parent
1895fe6c5c
commit
e7dd9dee28
|
|
@ -117,6 +117,16 @@ jobs:
|
||||||
VITE_API_URL: http://localhost:8000
|
VITE_API_URL: http://localhost:8000
|
||||||
PLAYWRIGHT_BASE_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
|
- name: Stop backend server
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue