@mmisty/cypress-grep
Version:
Filters tests by tags/title using substring or regular expressions (can find dynamic tags)
9 lines (8 loc) • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference types="@mmisty/cypress-tags" />
const setup_1 = require("./setup");
// this is to import with ECMS2015 syntax
// import '@mmisty/cypress-grep/register';
(0, setup_1.registerCypressGrep)();