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