chore: ci playwrite debug
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/playwright Pipeline failed
ci/woodpecker/push/deplyoment unknown status

This commit is contained in:
kekskurse 2025-03-17 17:18:10 +01:00
parent 93645ee3de
commit fed4cbe341
3 changed files with 5 additions and 0 deletions

View file

@ -23,3 +23,7 @@ steps:
- npm install - npm install
- npx playwright install - npx playwright install
- npx playwright test - npx playwright test
- name: debug
image: alpine:latest
commands:
- ls -lah

View file

@ -34,6 +34,7 @@ export default defineConfig({
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry', trace: 'on-first-retry',
video: 'on',
}, },
/* Configure projects for major browsers */ /* Configure projects for major browsers */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 31 KiB