UNPKG

@qavajs/steps-playwright

Version:

qavajs steps to interact with playwright

9 lines 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VideoEvent = void 0; var VideoEvent; (function (VideoEvent) { VideoEvent["ON_FAIL"] = "onFail"; VideoEvent["AFTER_SCENARIO"] = "afterScenario"; })(VideoEvent || (exports.VideoEvent = VideoEvent = {})); //# sourceMappingURL=videoEvent.js.map