UNPKG

@neuralegion/cypress-har-generator

Version:

The Cypress plugin for generating HTTP Archive (HAR) files is a tool that allows developers and QA engineers to capture detailed information about network requests made during the execution of Cypress tests.

4 lines (3 loc) 84 B
export declare class ErrorUtils { static isError(val: unknown): val is Error; }