UNPKG

@bhavinkumarvegad/playwright-email-utils

Version:

Reusable utilities for handling emails in Playwright tests from Yopmail, Gmail and other providers.

15 lines (14 loc) 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.emailUtils = void 0; const yopmail_1 = require("./providers/yopmail"); const gmail_1 = require("./providers/gmail"); exports.emailUtils = { getEmail: { fromYopmail: yopmail_1.fromYopmail, fromGmail: gmail_1.findEmail, fromGmailWithDetails: gmail_1.findEmailWithDetails }, EmailAction: undefined, Selector: undefined, };