Register Fixture

Use when a newly written page object, API client, or helper needs to become available to specs — the Playwright fixture wiring step. Covers picking the right fixture file, scope choice, dependencies between fixtures, teardown for anything that holds a resource, and why a fixture is preferable to a beforeEach. Reads conventions from .claude/test-profile.md.

AndreiBanu1 36007ec 4.4 KB Updated

File contents

AndreiBanu1/playwright-suite-skills/tree/main/skills/register-fixture commit 36007ec31a

Frequently asked questions

npx skillmds@latest add andreibanu1/register-fixture