UNPKG

@bhavinkumarvegad/playwright-email-utils

Version:

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

4 lines (3 loc) 242 B
import { Page } from '@playwright/test'; import { EmailAction } from '../types'; export declare function fromYopmail(page: Page, inbox: string, subjectName: string, actions: EmailAction[], deleteFlag?: boolean): Promise<Record<string, any>>;