All examples By author By category About

johan

tap-grid.js

tap-grid

This little utility is for taking the output of your testem test suite continuous integration results across a few browsers, and turning it into a nice grid style overview, a bit like I did with this SVG test suite. (related testem issue)

You run it like this:

testem --timeout 60 ci | tap-grid.js

Which gives you the array of test names, the json for the success (0) / fail ({id, message, stacktrace} or {id, raw}) grid and the array of browser names participating.

Then you finish up the d3 integration. :-)