From b248944f9af871dec9f6056368809511bd7856cd Mon Sep 17 00:00:00 2001 From: Yaroslav Serhieiev Date: Sat, 4 May 2024 15:31:12 +0300 Subject: [PATCH] fix: use separate thread for test run pseudo-case --- src/options/default/testRun.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/options/default/testRun.ts b/src/options/default/testRun.ts index a5348d7..686802e 100644 --- a/src/options/default/testRun.ts +++ b/src/options/default/testRun.ts @@ -31,6 +31,7 @@ export const testRun: TestCaseCustomizer = { ), labels: compose2( custom.labels({ + thread: '00', suite: '(test file execution)', }), ({ testRunMetadata }) => testRunMetadata.labels ?? [],