Get Started
@qawolf/emails lets a flow receive and send email through QA Wolf-managed
test inboxes.
Start with mail.inbox(...).
What You Get Back
mail.inbox(...) returns a handle scoped to one address.
Use A Unique Address By Default
For most tests, passnew: true.
Pin Waiting To The Action
Captureafter immediately before the app action that should send email.
Runtime Setup
In normal QA Wolf runs, the runner configures the email client. Local harnesses can configure it explicitly.Next Steps
- Read Inbox Model for address and time-window behavior.
- Use Get an Inbox and Wait for a Message for common flow patterns.
- Use Mail Reference for exact option shapes.