@mmisty/cypress-grep
Version:
Filters tests by tags/title using substring or regular expressions (can find dynamic tags)
6 lines (5 loc) • 317 B
TypeScript
type PluginCfg = Cypress.PluginConfigOptions;
/** Prefer `expose` (Cypress 15.10+); fall back to `env` for `CYPRESS_*` / legacy merges. */
export declare const publicGet: (config: PluginCfg, key: string) => unknown;
export declare const publicSet: (config: PluginCfg, key: string, value: unknown) => void;
export {};