UNPKG

@mmisty/cypress-grep

Version:

Filters tests by tags/title using substring or regular expressions (can find dynamic tags)

4 lines (3 loc) 174 B
import { GrepConfig } from './config.types'; export declare const isInteractive: () => boolean; export declare const registerCypressGrep: (configInput?: GrepConfig) => void;