Shared utilities for Playwright component tests.
The component-test flavor of the test-utilities stack: a preconfigured test/expect for
Playwright Component Testing (React), so UI packages write component tests consistently.
From src/index.ts:
test— the configured component test runner.expect— re-exported from@playwright/experimental-ct-react.
@languages-learner/playwright-utils— shared fixtures/helpers.
@languages-learner/uikit,@languages-learner/form-components.
- Component tests run in Docker for stable screenshots (see uikit).
- Scripts and how to run: README
- Package interaction: docs/architecture/package-interaction.md