Added Replay script location as text
This commit is contained in:
Родитель
f8c67feb95
Коммит
290a7db2a6
|
@ -445,7 +445,8 @@ ${prettyPrintServerHarnessOutput(summaries[0].tsServerResult.newSpawnResult.stdo
|
|||
text += `
|
||||
<details>
|
||||
<summary><a href="${url}">${owner + mdEscape(summary.repo.name)}</a></summary>
|
||||
Raw error text: <code>${summary.rawErrorArtifactPath}</code> in the <a href="${artifactFolderUrlPlaceholder}">artifact folder</a>
|
||||
Raw error text: <code>${summary.rawErrorArtifactPath}</code> in the <a href="${artifactFolderUrlPlaceholder}">artifact folder</a> <br />
|
||||
Replay commands: <code>${summary.replayScriptArtifactPath}</code> in the <a href="${artifactFolderUrlPlaceholder}">artifact folder</a>
|
||||
<h4>Last few requests</h4>
|
||||
|
||||
\`\`\`json
|
||||
|
|
|
@ -30,7 +30,8 @@ Req #123 - cursedCommand
|
|||
<h4>Affected repos</h4>
|
||||
<details>
|
||||
<summary><a href="https://github.com/MockRepoOwner/MockRepoName">MockRepoOwner/MockRepoName</a></summary>
|
||||
Raw error text: <code>RepoResults123/MockRepoOwner.MockRepoName.rawError.txt</code> in the <a href="PLACEHOLDER_ARTIFACT_FOLDER">artifact folder</a>
|
||||
Raw error text: <code>RepoResults123/MockRepoOwner.MockRepoName.rawError.txt</code> in the <a href="PLACEHOLDER_ARTIFACT_FOLDER">artifact folder</a> <br />
|
||||
Replay commands: <code>RepoResults123/MockRepoOwner.MockRepoName.replay.txt</code> in the <a href="PLACEHOLDER_ARTIFACT_FOLDER">artifact folder</a>
|
||||
<h4>Last few requests</h4>
|
||||
|
||||
\`\`\`json
|
||||
|
|
Загрузка…
Ссылка в новой задаче