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 headless
  • source ./bin/load_env.sh && bunx playwright test --project=regression-tests — skip auth-setup
  • bun run test / bunx playwright test --ui — interactive UI mode
  • bunx playwright test --reporter=list — verbose terminal output
  • bunx playwright test --grep '@smoke' — run tagged tests
  • bunx playwright show-trace <trace.zip> — inspect failure traces

Test IDs

Installs
21
First Seen
Jul 6, 2026
test-ui-qsf — lgtm-hq/ai-skills