testing: initial output correlation

This commit is contained in:
Connor Peet
2021-08-11 13:01:33 -07:00
parent cb52f1a50e
commit fa8ccff4d8
17 changed files with 177 additions and 121 deletions

View File

@@ -2156,7 +2156,7 @@ export interface MainThreadTestingShape {
/** Appends a message to a test in the run. */
$appendTestMessagesInRun(runId: string, taskId: string, testId: string, messages: ITestMessage[]): void;
/** Appends raw output to the test run.. */
$appendOutputToRun(runId: string, taskId: string, output: VSBuffer): void;
$appendOutputToRun(runId: string, taskId: string, output: VSBuffer, location?: ILocationDto, testId?: string): void;
/** Triggered when coverage is added to test results. */
$signalCoverageAvailable(runId: string, taskId: string): void;
/** Signals a task in a test run started. */