Skip to content

Commit

Permalink
Alert docs and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BOTLANNER committed Jul 24, 2023
1 parent 7419787 commit f4d5232
Show file tree
Hide file tree
Showing 5 changed files with 800 additions and 9 deletions.
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const config = {
// baseURL: 'http://localhost:3000',

/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',
trace: process.env.PW_TEST_FORCE_TRACE ? 'on' : 'on-first-retry',

userAgent: 'Test Runner',
baseURL: `http://${process.env.PLAYWRIGHT_HOST_ORIGIN ?? 'localhost'}:6006`,
Expand Down
Loading

0 comments on commit f4d5232

Please sign in to comment.