mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Fix tests + jest-junit uses action 'name' input for title
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user