Back to list
y047aka

playwright-run

by y047aka

0🍴 1📅 Jan 21, 2026

SKILL.md


name: playwright-run description: Run this project's existing Playwright test suite in app/tests/. Use for running committed tests, updating snapshots, or CI validation. NOT for writing new tests or ad-hoc browser automation.

Playwright Test Runner

Run Playwright E2E tests for this project.

Usage

  • /playwright-run - Run all E2E tests
  • /playwright-run --update-snapshots - Update visual regression snapshots
  • /playwright-run --ui - Run with interactive UI mode
  • /playwright-run example - Run tests matching "example"

Commands

Run all tests (default)

cd app && npx playwright test

Update snapshots

cd app && npx playwright test --update-snapshots

Run with UI mode (for debugging)

cd app && npx playwright test --ui

Run specific test file

cd app && npx playwright test example.spec.ts

Show test report

cd app && npx playwright show-report

Options

  • --update-snapshots - Update visual regression snapshots
  • --ui - Run with interactive UI mode for debugging
  • --headed - Run tests in headed browser mode
  • --debug - Run tests with Playwright Inspector

Notes

  • Tests run against http://localhost:1234 (dev server auto-starts via webServer config)
  • Browser: Google Chrome (Desktop, 1440x900px)
  • Test files location: app/tests/*.spec.ts
  • Snapshots stored in: app/tests/*.spec.ts-snapshots/

Score

Total Score

40/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon