Skip to content

Commit 290a7db

Browse files
committed
Added Replay script location as text
1 parent f8c67fe commit 290a7db

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/main.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,8 @@ ${prettyPrintServerHarnessOutput(summaries[0].tsServerResult.newSpawnResult.stdo
445445
text += `
446446
<details>
447447
<summary><a href="${url}">${owner + mdEscape(summary.repo.name)}</a></summary>
448-
Raw error text: <code>${summary.rawErrorArtifactPath}</code> in the <a href="${artifactFolderUrlPlaceholder}">artifact folder</a>
448+
Raw error text: <code>${summary.rawErrorArtifactPath}</code> in the <a href="${artifactFolderUrlPlaceholder}">artifact folder</a> <br />
449+
Replay commands: <code>${summary.replayScriptArtifactPath}</code> in the <a href="${artifactFolderUrlPlaceholder}">artifact folder</a>
449450
<h4>Last few requests</h4>
450451
451452
\`\`\`json

test/__snapshots__/main.test.ts.snap

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Req #123 - cursedCommand
3030
<h4>Affected repos</h4>
3131
<details>
3232
<summary><a href="https://github.com./MockRepoOwner/MockRepoName">MockRepoOwner/MockRepoName</a></summary>
33-
Raw error text: <code>RepoResults123/MockRepoOwner.MockRepoName.rawError.txt</code> in the <a href="PLACEHOLDER_ARTIFACT_FOLDER">artifact folder</a>
33+
Raw error text: <code>RepoResults123/MockRepoOwner.MockRepoName.rawError.txt</code> in the <a href="PLACEHOLDER_ARTIFACT_FOLDER">artifact folder</a> <br />
34+
Replay commands: <code>RepoResults123/MockRepoOwner.MockRepoName.replay.txt</code> in the <a href="PLACEHOLDER_ARTIFACT_FOLDER">artifact folder</a>
3435
<h4>Last few requests</h4>
3536
3637
\`\`\`json

0 commit comments

Comments
 (0)