diff --git a/.woodpecker/playwright.yaml b/.woodpecker/playwright.yaml index 57b1d11..871ab81 100644 --- a/.woodpecker/playwright.yaml +++ b/.woodpecker/playwright.yaml @@ -23,3 +23,7 @@ steps: - npm install - npx playwright install - npx playwright test + - name: debug + image: alpine:latest + commands: + - ls -lah diff --git a/playwright/playwright.config.js.ci b/playwright/playwright.config.js.ci index 7104fba..904c166 100644 --- a/playwright/playwright.config.js.ci +++ b/playwright/playwright.config.js.ci @@ -34,6 +34,7 @@ export default defineConfig({ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: 'on-first-retry', + video: 'on', }, /* Configure projects for major browsers */ diff --git a/playwright/screenshot.png b/playwright/screenshot.png index c83dbfe..e777fe9 100644 Binary files a/playwright/screenshot.png and b/playwright/screenshot.png differ