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

6 lines (5 loc) 385 B
import type * as messages from "@cucumber/messages"; import { ConfigurationEntry } from "./tag-parser"; export declare function tagsToOptions(tags: readonly messages.Tag[]): ConfigurationEntry[]; export declare function isExclusivelySuiteConfiguration(entry: ConfigurationEntry): boolean; export declare function isNotExclusivelySuiteConfiguration(entry: ConfigurationEntry): boolean;