Skip to content

Commit

Permalink
Fix test run title (when set) (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjduffy authored Nov 7, 2023
1 parent 9e99875 commit ac1d68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-utils/src/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ class ReplayReporter {
runnerName: this.runner.name,
runnerVersion: this.runner.version,
repository: metadata.source?.repository ?? null,
title: metadata.source?.repository ?? null,
title: this.runTitle ?? null,
mode: REPLAY_METADATA_TEST_RUN_MODE ?? RECORD_REPLAY_METADATA_TEST_RUN_MODE ?? null,
branch: metadata.source?.branch ?? null,
pullRequestId: metadata.source?.merge?.id ?? null,
Expand Down

0 comments on commit ac1d68a

Please sign in to comment.