@mmisty/cypress-grep
Version:
Filters tests by tags/title using substring or regular expressions (can find dynamic tags)
12 lines (11 loc) • 445 B
TypeScript
/// <reference types="@mmisty/cypress-tags" />
/// <reference types="cypress" />
/// <reference types="cypress" />
/// <reference types="cypress" />
/// <reference types="cypress" />
import PluginEvents = Cypress.PluginEvents;
/**
* 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;