mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
add StdOut to UnitTestResult object
This commit is contained in:
parent
1a288b62f8
commit
02ccabffdb
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ export interface UnitTestResult {
|
||||||
|
|
||||||
export interface Output {
|
export interface Output {
|
||||||
ErrorInfo: ErrorInfo[]
|
ErrorInfo: ErrorInfo[]
|
||||||
|
StdOut: string
|
||||||
}
|
}
|
||||||
export interface ErrorInfo {
|
export interface ErrorInfo {
|
||||||
Message: string[]
|
Message: string[]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue