mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 20:15:23 -08:00
Add support for java-junit
This commit is contained in:
@@ -4,10 +4,6 @@ export interface JunitReport {
|
||||
|
||||
export interface TestSuites {
|
||||
$: {
|
||||
name: string
|
||||
tests: string
|
||||
failures: string // assertion failed
|
||||
errors: string // unhandled exception during test execution
|
||||
time: string
|
||||
}
|
||||
testsuite?: TestSuite[]
|
||||
|
||||
Reference in New Issue
Block a user