Skip to content

Commit

Permalink
add StdOut to UnitTestResult object
Browse files Browse the repository at this point in the history
  • Loading branch information
yedidyas authored Jan 14, 2025
1 parent 1a288b6 commit 02ccabf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parsers/dotnet-trx/dotnet-trx-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export interface UnitTestResult {

export interface Output {
ErrorInfo: ErrorInfo[]
StdOut: string
}
export interface ErrorInfo {
Message: string[]
Expand Down

0 comments on commit 02ccabf

Please sign in to comment.