UNPKG

@mmisty/cypress-grep

Version:

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

9 lines (8 loc) 385 B
/** * Will create file with all tests imported with require * @param outFilePath * @param testsDir - directory where file will be created, should be in tests * @param specPattern */ export declare const createAllTestsFile: (outFilePath: string, testsDir: string, specPattern: string | string[]) => string; export declare const createOneTestsFile: (outFilePath: string) => string;