tap-arc icon indicating copy to clipboard operation
tap-arc copied to clipboard

Node.js spec-like TAP reporter

Results 7 tap-arc issues
Sort by recently updated
recently updated
newest added

**Describe the issue** When a catastrophic error happens the output of tap-arc is success. It should be an error, just as if a test failed. **Steps to reproduce** Steps to...

`t.error` is a nice helper which is useful for testing there were no errors. It passes when `err == null` ```js // try to do something which creates an error:...

**Is your feature request related to a problem?** When diffing any long strings (complex nested objects that are output as a string due to size or escape characters, base64 output,...

**Describe the issue** We see a test file which when run in isolation works, but **fails** when run with a glob script like ``` "test:js": "cross-env NODE_ENV=test tape -r esm...

Nested tests are printed correctly, but the output could be improved by indenting groups.

enhancement

Instead of a list of failures with id #s, it would be nice to group them by test set comment. This isn't super straight forward since the results provided to...

enhancement

I'm not sure this is the same as issue #3, but currently the parser outputs the assertion message, ID and error details of a failed test when it fails, and...