UNPKG

@chtsinc/ch-playwright-report

Version:

Custom Playwright Reporter that logs test and execution results to MongoDB

5 lines (4 loc) 169 B
export declare class ValidationUtil { static assertNotNull<T>(value: T | null | undefined, name: string): T; static isNonEmptyString(value: unknown): boolean; }