Fault0 Logo

Quick Start

Get started with Fault0 in minutes

🐣 Sign up

Visit fault0.com/signup and register an account using your preferred sign-up method. You'll receive a confirmation email to activate your account.

TBD: Screenshot for Fault0 signup

📱 Create a new project

After signing up, log in to your dashboard and click "Create a New Project". Provide a project name and a brief description to set up your project.

TBD: Screenshot for creating a new project in Fault0

🔗 Install the Fault0 Playwright Reporter

Install the fault0-playwright-reporter package in your existing Playwright project:

npm install fault0-playwright-reporter

TBD: Exact package name and installation instructions

⚙️ Configure your Playwright config

Add the Fault0 reporter to your playwright.config.ts file:

reporter: [
  ['fault0-playwright-reporter']
]

Add your Fault0 API key to your environment variables:

FAULT0_API_KEY=your_api_key_here

TBD: Exact configuration options and API key setup instructions

🚀 Run your tests

Run your existing Playwright tests as usual. The results will automatically be sent to your Fault0 dashboard:

npx playwright test

🥳 View the results

Navigate to your Fault0 dashboard to view detailed test reports, including:

  • Test execution status
  • Screenshots of failures
  • Video recordings
  • Execution traces
  • Detailed error logs

Analyze the results and debug any failures with comprehensive visual and technical artifacts!

On this page