mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 14:27:10 +01:00
Fix tests + jest-junit uses action 'name' input for title
This commit is contained in:
parent
4e2ae7493f
commit
e7636701ef
3 changed files with 4 additions and 4 deletions
|
|
@ -26,7 +26,7 @@ export async function parseJestJunit(content: string, options: ParseOptions): Pr
|
|||
return {
|
||||
success,
|
||||
output: {
|
||||
title: `${junit.testsuites.$.name.trim()} ${icon}`,
|
||||
title: `${options.name.trim()} ${icon}`,
|
||||
summary: getSummary(junit),
|
||||
annotations: options.annotations ? getAnnotations(junit, options.workDir, options.trackedFiles) : undefined
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue