Skip to content

Commit 4166e6d

Browse files
author
nginx
committed
Pre OSS commit
1 parent f042afc commit 4166e6d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ jobs:
2424
name: playwright-report
2525
path: tests/playwright-report/
2626
retention-days: 30
27+
- uses: actions/upload-artifact@v4
28+
if: ${{ !cancelled() }}
29+
with:
30+
name: test-results
31+
path: tests/test-results/
32+
retention-days: 30

playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ export default defineConfig({
3030
// Set Geolocation to Cork, Ireland
3131
geolocation: { longitude: -8.486316, latitude: 51.896893 },
3232
permissions: ['geolocation'],
33+
video: 'retain-on-failure'
3334
},
3435
})

0 commit comments

Comments
 (0)