Verify Email

Purpose: Checks the most recent email for a link that matches a specified pattern, commonly used for login, password reset, or verification flows.

Syntax:

verify email:“pattern”

Example: To find a verification link containing /confirm:

verify email:“/confirm”

Note:

Make sure your test environment has access to the inbox or email testing service where messages are being sent.

Last updated