tape
Test harness
A test harness and reporter for unit tests in JavaScript applications.
tap-producing test harness for node and browsers
6k stars
67 watching
306 forks
Language: JavaScript
last commit: about 1 month ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
tapjs/tapjs | A Node.js testing framework with a wide range of features and plugins. | 2,364 |
lukeed/uvu | An extremely fast and lightweight test runner for Node.js and the browser | 2,979 |
jestjs/jest | A comprehensive testing solution for JavaScript projects | 44,353 |
alexfernandez/loadtest | A tool that simulates real-world loads on web servers to test performance under various conditions | 2,588 |
jsynowiec/node-typescript-boilerplate | A minimalistic project template to jump start a Node.js back-end application in TypeScript. | 2,772 |
marmelab/gremlins.js | A tool that simulates unpredictable user interactions to test an application's robustness and detect potential errors. | 9,036 |
thlorenz/proxyquire | A tool that allows overriding dependencies in Node.js applications during testing without modifying the original code. | 2,748 |
testem/testem | A test runner for JavaScript unit testing that supports various frameworks and environments. | 2,919 |
neon-bindings/neon | Rust bindings for writing Node.js native addons. | 8,100 |
getgauge/taiko | Automates Chromium-based browsers and Firefox to test modern web applications | 3,588 |
devexpress/testcafe | A Node.js tool for automating end-to-end web testing with JavaScript and TypeScript support. | 9,826 |
wiremock/wiremock | A tool for mocking HTTP services in development and testing environments | 6,410 |
keploy/keploy | Automates unit test generation and stubbing for developers | 5,196 |
theturtle32/websocket-node | An implementation of the WebSocket protocol for Node.js | 3,766 |
remy/nodemon | Automatically restarts Node.js applications upon file changes | 26,366 |