Skip to content

Commit

Permalink
Merge branch 'canary' into fix/missing-module-compiled-trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Sep 18, 2023
2 parents 7ebb416 + b5beb3a commit 766db6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineConfig({
// More information: https://playwright.dev/docs/api/class-testoptions#test-options-base-url
baseURL,

// Retry a test if its failing with enabled tracing. This allows you to analyse the DOM, console logs, network traffic etc.
// Retry a test if its failing with enabled tracing. This allows you to analyze the DOM, console logs, network traffic etc.
// More information: https://playwright.dev/docs/trace-viewer
trace: 'retry-with-trace',

Expand Down

0 comments on commit 766db6f

Please sign in to comment.