Skip to content

Commit

Permalink
fix: use separate thread for test run pseudo-case
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed May 4, 2024
1 parent 0027747 commit b248944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options/default/testRun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const testRun: TestCaseCustomizer<TestRunExtractorContext> = {
),
labels: compose2(
custom.labels<TestRunExtractorContext>({
thread: '00',
suite: '(test file execution)',
}),
({ testRunMetadata }) => testRunMetadata.labels ?? [],
Expand Down

0 comments on commit b248944

Please sign in to comment.