playwright-bdd
Version:
BDD Testing with Playwright runner
14 lines • 409 B
JavaScript
/**
* 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
;