UNPKG

@mmisty/cypress-grep

Version:

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

15 lines (14 loc) 513 B
import type { ParsedSpecs } from '../common/types'; /** * Write file with contents (file path predefined) * @param config - plugin config options * @param parentFolder - folder relatively to which test ran in prefilter mode * @param filteredSpecsFile - path to file (set in plugins) */ export declare const taskWrite: (config: { env: { [key: string]: unknown; }; }, parentFolder: string, filteredSpecsFile: string) => { writeTempFileWithSelectedTests: (contents: ParsedSpecs) => null; };