Skip to main content

gherkin-to-test.api

API Report File for "jest-bdd-generator"

Do not edit this file. It is a report generated by API Extractor.


import { GherkinDocument } from '@cucumber/messages';
import * as ts from 'typescript';

// @public (undocumented)
export class TestGeneratorFromSource {
// (undocumented)
compileGherkinFromSource(gherkinDoc: string): GherkinDocument;
// (undocumented)
compileKnownStepsFromSource(source: string): JestToGherkin['output'];
// Warning: (ae-forgotten-export) The symbol "Step" needs to be exported by the entry point TestGeneratorFromSource.d.ts
//
// (undocumented)
generateGherkinFromSource(steps: Step[], gherkinSource: string): string | undefined;
// (undocumented)
source: string;
// Warning: (ae-forgotten-export) The symbol "JestToGherkin" needs to be exported by the entry point TestGeneratorFromSource.d.ts
//
// (undocumented)
transpiler?: JestToGherkin;
}

// (No @packageDocumentation comment for this package)