Add suite name to annotation title

This commit is contained in:
Michal Dorner 2020-11-29 20:21:07 +01:00
parent bff3069f5c
commit 04a8489550
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
2 changed files with 5 additions and 5 deletions

View file

@ -132,7 +132,7 @@ function getAnnotations(junit: JunitReport, workDir: string, trackedFiles: strin
end_line: src.line,
path: src.file,
message: ex,
title: `Test Failed: ${tc.$.name}`
title: `Test Failed: '${tc.$.name}' [${suite.$.name}]`
})
}
}