playwright-bdd
Version:
BDD Testing with Playwright runner
13 lines • 491 B
TypeScript
import { GherkinDocumentWithPickles } from '../../../gherkin/types';
export declare class GherkinDocumentClone {
private gherkinDocument;
private oldNewIds;
constructor(gherkinDocument: GherkinDocumentWithPickles);
getClone(): GherkinDocumentWithPickles;
private getDocumentCopyWithNewIds;
private remapPickleAstNodeIds;
private remapPickleStepsAstNodeIds;
private getOrGenerateNewId;
private getNewId;
}
//# sourceMappingURL=GherkinDocumentClone.d.ts.map