|
|
{{$index+1}} |
{{report.project.name}} |
{{ report.name }} |
{{ report.startTime | date: 'MMM-dd-yyyy HH:mm:ss' }} |
{{ report.endTime | date: 'MMM-dd-yyyy HH:mm:ss' }} |
{{report.duration}} ms |
{{report.passParentLength}}
{{report.errorParentLength + report.warningParentLength + report.skipParentLength}}
{{report.failParentLength + report.fatalParentLength}}
|
{{ report.passChildLength }}
{{ report.errorChildLength + report.warningChildLength + report.skipChildLength + report.infoChildLength }}
{{ report.failChildLength + report.fatalChildLength }}
|
{{ report.passGrandChildLength }}
{{ report.errorGrandChildLength + report.warningGrandChildLength + report.skipGrandChildLength + report.infoGrandChildLength }}
{{ report.failGrandChildLength + report.fatalGrandChildLength }}
|
open_in_new |