Skip to content

Commit

Permalink
chore: updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Oct 23, 2024
1 parent 2187831 commit c6c69d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ export default defineConfig({
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',

/* Disable headless mode */
/* Configure headless mode */
headless,

/* Take screenshot on failure */
screenshot: 'only-on-failure',
},

/* Configure timeout */
Expand Down

0 comments on commit c6c69d8

Please sign in to comment.