Scaffold Playwright test files, fixtures, and configuration
for your experiments in seconds.
Supports 30+ European markets with automatic URL construction and market group configuration.
Generates control and experiment group tests with patterns for live URL testing and bundle injection.
test('control group', async ({ page }) => {
await expect(component)
.not.toBeVisible();
});test('experiment group', async ({ page }) => {
await expect(component)
.toBeVisible();
});Creates 8 files covering config, fixtures, helpers, and test specs with zero manual setup.
Get started in under a minute with a single command.