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

8 lines (7 loc) 288 B
type Entry<T> = { [K in keyof T]: [K, T[K]]; }[keyof T]; export type ConfigurationEntry = Entry<Cypress.TestConfigOverrides> & {}; export declare function tagToCypressOptions(tag: string): ConfigurationEntry; export declare function looksLikeOptions(tag: string): boolean; export {};