Skip to content

furionix-labs/playwright-email-verification-example

Repository files navigation

Playwright Registration & Email Verification Example (Tigrmail)

This project demonstrates how to write an end-to-end (E2E) registration and email verification test using Playwright and Tigrmail as the email API.

Prerequisites

Setup

  1. Install dependencies
    npm install
  2. Get a Tigrmail API token
  3. Configure environment variables
    • Copy .env.example to .env
    • Paste your Tigrmail API token as the value for TIGRMAIL_TOKEN in .env

Running the test

To run the test in Playwright UI mode (for interactive debugging):

npx playwright test --ui

What this example does

  • Opens the signup page
  • Fills in a unique email and password
  • Submits the registration form
  • Waits for the verification email via Tigrmail
  • Extracts the verification link and completes the flow

For more details about Tigrmail, visit tigrmail.com.

About

Example Playwright end-to-end test for user registration and email verification using Tigrmail API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published