Htest
Description
Declarative, boilerplate-free unit testing
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
**h**Test
Declarative, boilerplate-free unit testing, for everyone.
https://htest.dev
Features at a glance
- ✅ Friendly: Never used a unit test framework before? No problem! hTest is designed to be as friendly as possible to newcomers.
- ✅ Declarative: Write your tests as nested object literals, with nice, readable syntax.
- ✅ Flexible: You decide where your tests live, across how many files, and how they’re grouped. Anything you can
import, you can test. - ✅ Boilerplate-free: Any commonalities between tests only specified once on the parent, and inherited. Anything that can be optional, is.
- ✅ Quick to write: Most tests only need two properties:
argsandexpect. No more excuses for not testing your utility functions! - ✅ ESM-first: Written in ESM from the get-go.
- ✅ CLI and browser: Run your tests in the command line, in the browser, or both.
- ✅ CI-ready: Fully compatible with continuous integration and automated test running processes.
- ✅ Jump to source: Open a failing test's source file directly from the interactive CLI.
- ✅ Watch mode: Tests re-run automatically when source files change. No manual restart needed.
- ✅ Configurable: Use a config file for setup scripts, CLI flags, and shared options across your test suite.
- ✅ Optional HTML-first mode: Working
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing