Hi all, I've written a tiny unit testing framework named Hiro that runs suites in separate iframe sandboxes. Another neat feature (in my opinion) is that library's code doesn't make any assumptions about its presentation, it just triggers a bunch of events. Any code can listen to them and render the report in any form they wish. As an example, you can take a look at web.js file in the same repository that implements the default UI for Hiro.
Anyway, I'd really appreciate if people here could find time to review the library and its code (hiro.js has about 520 LOC) and make any comments on it. Links: * Hiro's website: http://hirojs.com/ * GitHub repo: https://github.com/antonkovalyov/hiro/ (https://github.com/antonkovalyov/hiro/blob/master/hiro.js) Thanks! Anton -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
