playwright-bdd
Version:
BDD Testing with Playwright runner
11 lines • 746 B
TypeScript
export { defineBddConfig, defineBddProject } from './config';
export { type BDDInputConfig } from './config/types';
export { createBdd } from './steps/createBdd';
export { test, type BddTestFixtures } from './runtime/bddTestFixtures';
export { type BddWorkerFixtures } from './runtime/bddWorkerFixtures';
export { cucumberReporter } from './reporter/cucumber/wrapper';
export { defineParameterType, type IParameterTypeDefinition } from './steps/parameterTypes';
export { DataTable } from './cucumber/DataTable';
export type { CucumberStyleStepCtor, CucumberStyleStepFn } from './steps/styles/cucumberStyle';
export type { PlaywrightStyleStepCtor, PlaywrightStyleStepFn, } from './steps/styles/playwrightStyle';
//# sourceMappingURL=index.d.ts.map