Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Node tap producer #173

Merged
merged 2 commits into from
Jan 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions producers.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,15 @@ that runs on [Node.js][node] that has a TAP 'formatter'.
**[Mocha](http://mochajs.org/)** is a [Node.js][node] and browser testing
framework that has a [TAP reporter](http://mochajs.org/#tap).

[node]: https://nodejs.org

**[node](https://nodejs.org/docs/latest-v18.x/api/test.html#test-runner)** >= version 18 has an experimental *built-in* test runner which facilitates the creation of JavaScript tests that produce results in TAP format.

**[node-tap](https://github.com/isaacs/node-tap)** <span
class="badge">14</span> is a [Node.js][node] test framework and harness toolkit
that produces and consumes the TAP format.

**[Painless](https://github.com/taylorhakes/painless)** a modern, easy to use test library for node and browsers that has an optional TAP reporter.
**[Painless](https://github.com/taylorhakes/painless)** a modern, easy to use test library for [Node.js][node] and browsers that has an optional TAP reporter.

**[qunit-tap](https://github.com/twada/qunit-tap)** is a TAP output producer
plugin for [QUnit](http://qunitjs.com/).
Expand All @@ -352,9 +356,7 @@ the browsers and outputs TAP.
**[Test.Simple](https://github.com/theory/test-simple-js)** is a TAP-emitting
JavaScript test framework.

**[zora](https://github.com/lorenzofox3/zora)** is a TAP producer with pure ES6 support for node.js and browsers without babel.

[node]: https://nodejs.org/en/
**[zora](https://github.com/lorenzofox3/zora)** is a TAP producer with pure ES6 support for [Node.js][node] and browsers without babel.

## <a id="limbo"></a> [Limbo (OS Inferno)](#limbo)

Expand Down