@uuv/cypress
Version:
A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress
6 lines (5 loc) • 307 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.setupNodeEvents = void 0;
var cypress_config_1 = require("./cypress/cypress.config");
Object.defineProperty(exports, "setupNodeEvents", { enumerable: true, get: function () { return cypress_config_1.setupNodeEvents; } });