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. :-)
Modified http://d3js.org/d3.v2.js to a secure url
https://d3js.org/d3.v2.js