Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 927 Bytes

File metadata and controls

32 lines (18 loc) · 927 Bytes

@languages-learner/component-core-tests-utils

Shared utilities for Playwright component tests.

Purpose

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.

Public API / exports

From src/index.ts:

  • test — the configured component test runner.
  • expect — re-exported from @playwright/experimental-ct-react.

Depends on

  • @languages-learner/playwright-utils — shared fixtures/helpers.

Used in

  • @languages-learner/uikit, @languages-learner/form-components.

Notes

  • Component tests run in Docker for stable screenshots (see uikit).

Links