Skip to content

Commit f945a54

Browse files
committed
CCM-11724: log runId
1 parent 468a313 commit f945a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test-team/config/global.setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { randomUUID } from 'node:crypto';
22

33
async function globalSetup() {
44
process.env.PLAYWRIGHT_RUN_ID = randomUUID();
5+
console.log(`=== RunId: ${process.env.PLAYWRIGHT_RUN_ID} ===`);
56
}
67

78
export default globalSetup;

0 commit comments

Comments
 (0)