tapsum

A bash script to summarize errors from the `tap` package.


License
ISC
Install
npm install tapsum@0.1.4

Documentation

tapsum

A bash script to summarize errors from the tap package.

tapsum: run selected tests, log the result, and summarize it.

Invocation:
  * tapsum --help
    Show this summary.
  * tapsum
    Run all tests and show an overall summary.
  * tapsum 304
    Run test/304.js and show its error summary.
  * tapsum --sumerr 304.tap.err
    Summarize the errors of test's last recording.
  * tapsum --sumerr
    Summarize errors of all recorded test results.
  * tapsum --sumerr 304.tap.err
    Summarize errors of this test's last recording.
  * tapsum --versions
    Show versions of node, npm, linux distro and the git HEAD hash.

Known issues

  • Needs more/better tests and docs.

 

License

ISC