@salesforce/salesforcedx-vscode-test-tools
Version:
Test automation framework for Salesforce Extensions for VS Code
9 lines (8 loc) • 418 B
TypeScript
import { Marker } from 'vscode-extension-tester';
/**
* Counts the number of problems in the Problems tab and verifies it matches the expected count.
*
* @param expectedCount - The expected number of problems in the Problems tab.
* @returns A promise that resolves to an array of markers representing the problems.
*/
export declare const countProblemsInProblemsTab: (expectedCount: number) => Promise<Marker[]>;