This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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 ───────────────────────── |