fez-tape
Tap tests for your fez. Compatible with frontend because it's Tape by Substack. -- Great for automated browser testing builds.
npm install fez-tape
Pretty simple spec for Fez. It runs the tests, after all tests have completed, it checks for failures. If failures exist it throws an error ending the build process.
It prints available result data to stdout.
You can also export the parsed results by including an output file such as
spec;
Otherwise
spec;
var fez = ; var fez = tape = ; exports { specall { spec; }; }; exportsdefault = exportsbuild; ;