We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468a313 commit f945a54Copy full SHA for f945a54
tests/test-team/config/global.setup.ts
@@ -2,6 +2,7 @@ import { randomUUID } from 'node:crypto';
2
3
async function globalSetup() {
4
process.env.PLAYWRIGHT_RUN_ID = randomUUID();
5
+ console.log(`=== RunId: ${process.env.PLAYWRIGHT_RUN_ID} ===`);
6
}
7
8
export default globalSetup;
0 commit comments