UNPKG

@umbraco/playwright-testhelpers

Version:

Test helpers for making playwright tests for Umbraco solutions

10 lines (9 loc) 309 B
export declare class ConsoleErrorHelper { writeConsoleErrorToFile(error: any): void; updateConsoleErrorTextToJson(errorMessage: string, testTitle: string, testLocation: string): { testTitle: string; testLocation: string; errorText: string; errorCount: number; }; }