We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5964707 commit 2c737caCopy full SHA for 2c737ca
sanity-report-dev11.mjs
@@ -51,7 +51,7 @@ const reportUrl = `http://${goCdServer}/go/files/${pipelineName}/${pipelineCount
51
const tagUsers = parseInt(failedTests) > 0 ? `<@${user1}> <@${user2}> <@${user3}> <@${user4}>` : "";
52
53
const slackMessage = {
54
- text: `*Dev11, SDK-Typescript-CDA Sanity*\n*Result:* ${resultMessage}\n*Duration:* ${totalDurationMinutes}\n*Failed Tests:* ${failedTests}\n<${reportUrl}|View Report>\n${tagUsers}`,
+ text: `*Dev11, SDK-Typescript-CDA Sanity*\n*Result:* ${resultMessage}, ${totalDurationMinutes}m ${totalDurationSeconds}s\n*Failed Tests:* ${failedTests}\n<${reportUrl}|View Report>\n${tagUsers}`,
55
};
56
57
const app = new App({
0 commit comments