Skip to content

Generate E2E Tests
for A/B Experiments

Scaffold Playwright test files, fixtures, and configuration
for your experiments in seconds.

Everything you need to test
your experiments end-to-end

01
SEBNSENASEIBSEUKSEFSEGSEISEPOLSECA
BENLSENODKFIESPTUKFRDEITPLCAATCHIEGRCZROHUBGHRSK
FEATURE 01

Multi-Market Support

Supports 30+ European markets with automatic URL construction and market group configuration.

02
FEATURE 02

A/B Test Patterns

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();
});
03
playwright.config.js
tests/
config/
index.js
experiment.config.js
qa-links.config.js
fixtures/
test-fixtures.js
utils/
test-helpers.js
e2e/my-experiment/
my-experiment.spec.js
experiment-test.spec.js
8files generated
FEATURE 03

Complete Test Scaffolding

Creates 8 files covering config, fixtures, helpers, and test specs with zero manual setup.

Ready to scaffold your tests?

Get started in under a minute with a single command.