Microformats testsuite

Microformats testrunner

The Microformats testrunner is a JavaScript tool for running tests against microformats parsers. This early proof of concept prototype showes how you can describe a test using a test-fixture and then run those test against multiple parsers to give a comparative view.

It uses and number of techniques to standardise both access to the parsers API’s and their JSON output. Please note that at this stage the JSON standardisation process can cause a test to be marked as failed when it could be judged to have passed. Most of the current differences in parser output is down to weather a value is store as single property or a array of properties.

Start the testrunner

On any of the test fixture pages press Alt x to display the testrunner selection dialog.

Main results display

The JSON and HTML source display

Some rights reserved