mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 13:37:56 +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,
|
end_line: src.line,
|
||||||
path: src.file,
|
path: src.file,
|
||||||
message: ex,
|
message: ex,
|
||||||
title: 'Exception was thrown here'
|
title: `Test Failed: ${tc.$.name}`
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue