Skip to content

Instantly share code, notes, and snippets.

@petermathews
petermathews / valuable-playwright.ts
Last active April 17, 2026 00:37
Valuable Business Valuation Wizard — SaaS Dummies Test Plan
/**
* Deterministic Playwright test — Valuable.llc Business Valuation Wizard
*
* Install: npm install playwright tsx
* Browsers: npx playwright install chromium
* Run: npx tsx valuable-playwright.ts
*/
import { chromium, Page } from 'playwright';
// ── Inputs — edit these to test different scenarios ─────────────────────────