UNPKG

@deploysentinel/cypress-quarantine

Version:

Cypress plugin that helps devs to quarantine tests dynamically

10 lines (8 loc) 355 B
type ExtraConfig = { apiUrl: string; meta?: Record<string, unknown>; getTestId?: (titles: string[]) => string; topLevelKey?: string; }; declare const _default: (on: Cypress.PluginEvents, config: Cypress.PluginConfigOptions, extraConfig: ExtraConfig) => [Cypress.PluginEvents, Cypress.PluginConfigOptions]; export { _default as default };