temp-disposable-email
Version:
Generating Temporary email address for testing, retrieving email from the temporary email address
13 lines • 514 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("./index");
Cypress.Commands.add('generateEmail', function (prefix) {
return cy.wrap((0, index_1.generateEmail)(prefix));
});
Cypress.Commands.add('getRecentEmail', function (options) {
return cy.wrap((0, index_1.getRecentEmail)(options));
});
Cypress.Commands.add('getVerificationCode', function (text) {
return cy.wrap((0, index_1.getVerificationCode)(text));
});
//# sourceMappingURL=cypress.js.map