mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
testing: api feedback
This commit is contained in:
@@ -2147,7 +2147,7 @@ export interface MainThreadTestingShape {
|
||||
/** Updates the state of a test run in the given run. */
|
||||
$updateTestStateInRun(runId: string, taskId: string, testId: string, state: TestResultState, duration?: number): void;
|
||||
/** Appends a message to a test in the run. */
|
||||
$appendTestMessageInRun(runId: string, taskId: string, testId: string, message: ITestMessage): void;
|
||||
$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;
|
||||
/** Triggered when coverage is added to test results. */
|
||||
|
||||
Reference in New Issue
Block a user