UNPKG

@mmisty/cypress-grep

Version:

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

4 lines (3 loc) 275 B
export declare const compareStr: (pathSeparator: string, str1: string, str2: string) => string; export declare const commonPathPartList: (list: string[]) => string; export declare const getRootFolder: (pattern: string | string[] | undefined, fallbackRoot: string) => string;