diff --git a/src/parsers/dotnet-trx/dotnet-trx-types.ts b/src/parsers/dotnet-trx/dotnet-trx-types.ts index 97dbf8a..7f1bb84 100644 --- a/src/parsers/dotnet-trx/dotnet-trx-types.ts +++ b/src/parsers/dotnet-trx/dotnet-trx-types.ts @@ -51,6 +51,7 @@ export interface UnitTestResult { export interface Output { ErrorInfo: ErrorInfo[] + StdOut: string } export interface ErrorInfo { Message: string[]