Catalog / Skills

Browser JavaScript TDD

Test-drive browser JavaScript behavior with DOM fixtures, test runners, smoke tests, onload timing, selector refactors, and integration tradeoffs with Selenium or end-to-end tests. Use when adding client-side behavior, debugging DOM tests, choosing between JS unit tests and browser functional tests, or making JavaScript testable without overusing Selenium.

Testingv0.1.0MITjavascripttddtestingbrowserfrontend

Install

npx skills add LVTD-LLC/skills --skill browser-javascript-tdd

From `SKILL.md`

Use this skill when browser-side behavior needs fast feedback before or alongside end-to-end tests. Keep JavaScript unit tests focused on DOM behavior and use broader browser tests only for integration confidence.