UNPKG

@badeball/cypress-cucumber-preprocessor

Version:

[![Build status](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml/badge.svg)](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml) [![Npm package weekly downloads](https://badgen.net/n

4 lines (3 loc) 185 B
/// <reference types="cypress" /> export declare function tagToCypressOptions(tag: string): Cypress.TestConfigOverrides; export declare function looksLikeOptions(tag: string): boolean;