UNPKG

playwright-bdd

Version:
14 lines 409 B
"use strict"; /** * Bdd data for each test, used in runtime and in cucumber reporter. * * Example: * * const bddData = [ // bdd-data-start * {"pwTestLine":6, "pickleLine":8, "tags":["@foo"],"steps":[ ... ]}, * {"pwTestLine":10, "pickleLine":11, "tags":[],"steps":[ ... ]}, * ]; // bdd-data-end * */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=types.js.map