twd
In-browser frontend testing with instant visual feedback
All Skills in This Repository (4)
Pure Emerald Level Indicatorstwd
Set up, write, run, and debug in-browser tests with TWD.
twd-tester
Execute TWD tests via twd-relay and fix failures iteratively.
twd-setup
Guides users through installing and configuring the Braze SDK for cross-platform push notifications and analytics in mobile and web apps.
twd-test-writer
Write TWD in-browser tests for SPAs using Testing Library and Mock Service Worker.
Frequently Asked Questions
FAQPage SchemaHow to install TWD?โผ
Run `npx skills add BRIKEV/twd --all -g -y` in your terminal to install all skills in this suite globally.
What is TWD used for?โผ
TWD runs frontend tests inside your real browser against the same DOM your users see, with a sidebar that shows results instantly as you code.
Which frameworks does TWD support?โผ
It works with React, Vue, Angular, Solid, Astro, Nuxt, HTMX, and vanilla JS, on Vite, Webpack, or a CDN.
Can an AI agent write and run TWD tests?โผ
Yes. TWD connects to coding assistants via a WebSocket bridge so the agent writes tests, runs them in the browser, and fixes failures automatically.
Does TWD work in CI pipelines?โผ
Yes. The twd-cli package runs tests headlessly in CI with coverage reports and OpenAPI contract validation to catch mock drift.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core