mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
testing: initial output correlation
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user