UNPKG

cypress-cucumber-tagging

Version:

Module to help in cucumber based tag expression for executing Cypress test suite/case based on given tag expression

8 lines (7 loc) 158 B
/** * @type {Cypress.PluginConfig} */ // eslint-disable-next-line no-unused-vars module.exports = (on, config) => { require(`../../src/plugin`)(config) }