chore: ci playwrite debug
This commit is contained in:
parent
93645ee3de
commit
fed4cbe341
3 changed files with 5 additions and 0 deletions
|
|
@ -23,3 +23,7 @@ steps:
|
|||
- npm install
|
||||
- npx playwright install
|
||||
- npx playwright test
|
||||
- name: debug
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- ls -lah
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 31 KiB |
Reference in a new issue