test-ui-qsf
Installation
SKILL.md
QSF Playwright E2E Conventions
Project-specific conventions for the QSF Playwright suite. For generic Playwright
best practices (locators, auto-waiting, POM, anti-patterns), follow the test-ui
skill — this skill only adds what is QSF-specific.
Commands
source ./bin/load_env.sh && bunx playwright test— run all tests headlesssource ./bin/load_env.sh && bunx playwright test --project=regression-tests— skip auth-setupbun run test/bunx playwright test --ui— interactive UI modebunx playwright test --reporter=list— verbose terminal outputbunx playwright test --grep '@smoke'— run tagged testsbunx playwright show-trace <trace.zip>— inspect failure traces