playwright-bdd
Version:
BDD Testing with Playwright runner
14 lines • 530 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 remapPickleTagsAstNodeIds;
private getOrGenerateNewId;
private getNewId;
}
//# sourceMappingURL=GherkinDocumentClone.d.ts.map