A TAP test framework for Node.js.
It includes a command line test runner for consuming TAP-generating test scripts, and a JavaScript framework for writing such scripts.
- Getting started guide
- Built-in test coverage
- Many reporter formats
- Extensive API featuring:
- Great promise support
- Comprehensive assert library
- Other advanced stuff
- Command-line interface for running tests (whether they use node-tap or not)
All this is too much to manage in a single README file, so head over to the website to learn more.