Skip to content

Commit

Permalink
Use test case name in annotation title
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Dorner committed Nov 29, 2020
1 parent ed138d5 commit 63b94a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/jest-junit/jest-junit-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
})
}
}
Expand Down

0 comments on commit 63b94a3

Please sign in to comment.