Use test case name in annotation title

This commit is contained in:
Michal Dorner 2020-11-29 19:58:03 +01:00
parent ed138d561e
commit 63b94a335a
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786

View file

@ -146,7 +146,7 @@ function getAnnotations(junit: JunitReport, workDir: string, trackedFiles: strin
end_line: src.line,
path: src.file,
message: ex,
title: 'Exception was thrown here'
title: `Test Failed: ${tc.$.name}`
})
}
}