@badeball/cypress-cucumber-preprocessor
Version:
[](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml) [ • 441 B
TypeScript
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[];