mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 14:27:10 +01:00
Add suite name to annotation title
This commit is contained in:
parent
bff3069f5c
commit
04a8489550
2 changed files with 5 additions and 5 deletions
|
|
@ -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}]`
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue