Skip to main content

Adapt tests

Tester skills mention Playwright, API, and unit layers. Point them at your commands by editing the tester brief and the testing skills only if the defaults do not match.

Your testsWhat to tell the tester
Jest / Vitestnpm test in the UI package
Playwright already in-repoUse that project; do not add a second Playwright tree
JUnit / TestNGmvn test or gradle test
pytestpytest path/to/module
xUnit / NUnitdotnet test
No UISkip Playwright; keep unit + API

Do not add new test frameworks unless a requirement says so. Do not install unpinned @playwright/test into the product package.json — it belongs to automation-tests/ when that tree exists.

Playwright must implement qa-test-cases.md 1:1, not invent a second scenario list. See test layers.