phoenix-playwright-tests

Installation
SKILL.md

Phoenix Playwright Test Writing

Write end-to-end tests for Phoenix using Playwright. Tests live in app/tests/ and follow established patterns.

Timeout Policy

  • Do not pass timeout args in test code under app/tests.
  • Tune timing centrally in app/playwright.config.ts (global timeout, expect.timeout, use.navigationTimeout, and webServer.timeout).

Quick Start

import { expect, test } from "@playwright/test";
import { randomUUID } from "crypto";
Installs
58
GitHub Stars
10.2K
First Seen
Feb 17, 2026
phoenix-playwright-tests — arize-ai/phoenix