Shared Playwright helpers and fixtures for tests.
The base layer of the test-utilities stack: reusable Playwright fixtures (screenshots, locale
navigation, network mocking, auth storage) that the higher-level *-tests-utils packages build on.
From src/index.ts:
- Fixtures:
expectScreenshotFixture,goToWithLocaleFixture,mockNetworkFixture. auth-storagehelpers.waitImagesLoaded— action helper.TEST_LOCALE— constant;type Theme— type.
@languages-learner/har-sanitizer— sanitize network fixtures.@languages-learner/react-router-utils— locale-aware navigation helpers.
@languages-learner/app-core-tests-utils,@languages-learner/app-integration-tests-utils,@languages-learner/component-core-tests-utils.
- This is the shared base for both component and app/integration test utilities; keep app-specific logic out of it.
- Scripts and how to run: README
- Package interaction: docs/architecture/package-interaction.md