Fireunit. A testing tool that runs inside Firebug, the browser's built-in developer dashboard.

fireunit.org

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2009
  • Bumping the maxVersion.
  • Bumped version number
  • Merged changes
  • Merged changes
July 2009
  • Bumped the version number and added support for Firefox 3.5.
  • Merge branch 'master' of git@github.com:jeresig/fireunit
April 2009
  • Reverted mistaken install.rdf change
  • Full implementation of grouping (fireunit.group('name') and fireunit.…
  • Implemented basic grouping functionality in Fireunit
  • Merging
February 2009
  • New API for message logging: fireunit.log(msg); Contribution by Shane…
  • Fixed two issues with the profiling: It wasn't working with different…
  • Switched to using finally instead of a normal catch.
  • Bumped the version up to 1.0a1.
  • Made sure that the last profile box is now scraped - also added a try…
  • Added a way to dump profile data in an object form that's reusable.
  • Merge branch 'master' of git@github.com:jeresig/fireunit
  • Added two optional arguments to fireunit.ok() for expected/actual and…
  • Code cleanup continued. More comments.
  • Initial code cleanup