tapson-show-list
A tapson protocol test result renderer, for the terminal.
Shows planned tests immediately in yellow, and turns them green or red when
they finish (along with the actual
message in a darker green or red).
Just pipe it tapson on stdin
.
yourTests | tapson-show-list
If you want it to update whenever something changes, that's another tool's job.
On Linux, a shell script with inotifywait
works great:
# Stores test process ID PID="" # Wait for changes to input files inotifywait --quiet -m -e modify whatever-input-files |;
License
ISC.