Skip to content

Commit

Permalink
test: add "clock" to the metadata for dashboard traceability (#31370)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgozman committed Jun 18, 2024
1 parent ac90a47 commit 6ae9adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/library/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ for (const browserName of browserNames) {
mode,
video: !!video,
trace: !!trace,
clock: 'clock-' + (process.env.PW_CLOCK || 'default'),
},
});
}
Expand Down
3 changes: 3 additions & 0 deletions tests/playwright-test/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ export default defineConfig({
},
],
reporter: reporters(),
metadata: {
clock: 'clock-' + (process.env.PW_CLOCK || 'default'),
},
});

0 comments on commit 6ae9adf

Please sign in to comment.