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,
|
mode,
|
||||||
video: !!video,
|
video: !!video,
|
||||||
trace: !!trace,
|
trace: !!trace,
|
||||||
|
clock: 'clock-' + (process.env.PW_CLOCK || 'default'),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -49,4 +49,7 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
reporter: reporters(),
|
reporter: reporters(),
|
||||||
|
metadata: {
|
||||||
|
clock: 'clock-' + (process.env.PW_CLOCK || 'default'),
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue