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

5 lines (4 loc) 441 B
import { IPreprocessorConfiguration } from "./preprocessor-configuration"; export declare function getStepDefinitionPaths(projectRoot: string, stepDefinitionPatterns: string[]): Promise<string[]>; export declare function pathParts(relativePath: string): string[]; export declare function getStepDefinitionPatterns(configuration: Pick<IPreprocessorConfiguration, "stepDefinitions" | "implicitIntegrationFolder">, filepath: string): string[];