mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: add "clock" to the metadata for dashboard traceability (#31370)
This commit is contained in:
parent
ac90a47b73
commit
6ae9adfa4f
@ -134,6 +134,7 @@ for (const browserName of browserNames) {
|
||||
mode,
|
||||
video: !!video,
|
||||
trace: !!trace,
|
||||
clock: 'clock-' + (process.env.PW_CLOCK || 'default'),
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
@ -49,4 +49,7 @@ export default defineConfig({
|
||||
},
|
||||
],
|
||||
reporter: reporters(),
|
||||
metadata: {
|
||||
clock: 'clock-' + (process.env.PW_CLOCK || 'default'),
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user