mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-03 03:35:22 -08:00
Add support for loading test results from artifacts
This commit is contained in:
@@ -2,7 +2,7 @@ import {TestRunResult} from './test-results'
|
||||
|
||||
export interface ParseOptions {
|
||||
parseErrors: boolean
|
||||
workDir: string
|
||||
workDir?: string
|
||||
trackedFiles: string[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user