← Back to list

markdowntown-testing
by joelklabo
markdowntown scan CLI
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: markdowntown-testing description: Use this when running or adding tests (compile/lint/unit/E2E), updating test utilities, or working with Playwright/visual testing in markdowntown.
Testing + Playwright E2E
When to use
- Adding or updating unit/integration tests.
- Running the required CI checks before commit.
- Designing or debugging Playwright/E2E flows.
Required checks (default workflow)
npm run compilenpm run lintnpm run test:unit
E2E + visual tests
npm run test:e2eruns Vitest E2E withvitest.e2e.config.ts.npm run test:visualruns Playwright visual tests (playwright-visual.config.ts).- Set
E2E_BASE_URLif you need a non-default host.
Workflow guidance
- Prefer small, focused unit tests in
__tests__for components and lib helpers. - When adding a new user flow, update the E2E narratives so behavior stays aligned.
- If a test fails due to output changes, update snapshots/fixtures and document why.
References
- codex/skills/markdowntown-testing/references/tests.md
- codex/skills/markdowntown-testing/references/playwright.md
Guardrails
- Keep tests deterministic; avoid time-based flakiness where possible.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+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