UNPKG

@mmisty/cypress-grep

Version:

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

6 lines (5 loc) 218 B
/** * This will add prefiltering capabilities and speed up the execution * of tests when utilizing grep * */ export declare const pluginGrep: (on: Cypress.PluginEvents, config: Cypress.PluginConfigOptions) => void;