mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Use test case name in annotation title
This commit is contained in:
@@ -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}`
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user