Scaffold Playwright test files, fixtures, and configuration
for your experiments in seconds.
Every A/B experiment requires checking every market, every page path, every variant, across every browser. A single experiment can take 18 hours of repetitive manual work — opening pages, injecting bundles, squinting at screenshots. And you do this every time.
Manual testing isn't just slow — it's unreliable. There's no record of what was tested. No way to catch regressions. No consistent standard. When a config change breaks the Dutch market at 2 AM, nobody knows until a user reports it.
"It worked last week" is not a test.
No screenshots. No traces. No proof.
Each developer tests differently. Markets get skipped. Browsers missed.
$ open browser → inject bundle → check NL → check ES → ...
Time: ~18 hoursCoverage: inconsistentEvidence: none
$ npx experiment-e2e-generator
8 test files scaffolded
30+ markets configured
Control & experiment groups covered
HTML report with screenshots & traces
< 1 minute setup, ~5 min to run all tests
Run a single command, answer 4 prompts, and get a complete Playwright test suite — config, fixtures, helpers, and specs. Every market tested. Every variant verified. Every run produces an HTML report with screenshots and traces as evidence.
Get started in under a minute with a single command.