tapeshopper
Test harness
A test harness for Node.js that teaches testing with tape.
Learn how to test with tape! (tap-producing test harness for node)
5 stars
3 watching
0 forks
Language: JavaScript
last commit: almost 10 years ago Related projects:
Repository | Description | Stars |
---|---|---|
tape-testing/testling | A tool for running unit tests in headless browsers and generating code coverage reports | 353 |
jhalterman/concurrentunit | A toolkit for testing concurrent and asynchronous code without dependencies | 420 |
tape-testing/faucet | A tool to generate human-readable test reports from Test Anything Protocol (TAP) output | 551 |
tape-testing/tape-run | A tool that runs tests in a headless browser and returns exit code results | 222 |
voxpupuli/beaker | A test harness for acceptance testing of interactions between multiple virtual machines | 367 |
redcanaryco/atomictestharnesses | A tool for simulating and validating attack techniques in various environments | 252 |
coderaiser/speca | Automates writing tape tests using Putout. | 4 |
rgruesbeck/tape-repeater | A tool for streaming test output to the terminal from anywhere. | 3 |
crudo/grunt-testcafe | A Grunt plugin that automates testing of web applications using TestCafe. | 10 |
griffinmyers/wirepig | Tools for creating mock network dependencies in software testing | 52 |
spion/blue-tape | Provides promise support to an existing test runner | 205 |
izhido/test262_harness_cpp | A C++ test harness for the Official ECMAScript Conformance Test Suite. | 3 |
lgrignon/jsweet-cordova-polymer-example | A Cordova-based todo list app built using Java and Polymer | 4 |
test262-utils/test262-harness-py | A Python-based tool to process and execute metadata from Test262 test source code | 10 |
greenpowermonitor/test-doubles | A Clojure library for creating test doubles (spies and stubs) to isolate dependencies in unit tests. | 36 |