Skip to content

Commit

Permalink
test(fixture): try to include sources in the snapshot (#59499)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj authored Dec 12, 2023
1 parent d96a7e5 commit 2dbd4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/browsers/playwright.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export class Playwright extends BrowserInterface {
await context.tracing.start({
screenshots: true,
snapshots: true,
sources: true,
})
this.activeTrace = encodeURIComponent(url)

Expand Down

0 comments on commit 2dbd4e7

Please sign in to comment.