Improvements to test harness

Hi,

I finally found some time to get back to improving the mobile web test
harness; I've implemented the following changes, which I think improve
notably the usability of the system:
 * when you start a test suite, you get presented with a page that tells
you the number of test cases in the test suite, offers to go through the
full test suite, only test cases that were not tested for the browser
being used, or an individual test case
see e.g. http://www.w3.org/2007/03/mth/harness?test=start&ts=cssmp
 * the results table are now sorted so that the user agents with the
most results are shown first; the percentage of coverage is also
included in the heading of the column, see e.g.
http://www.w3.org/2007/03/mth/results?ts=cssmp

(BTW, I have noted that we have now 5 browsers with full description of
their support for CSS MP 1.0 in the results table, including the
recently released iPhone :) 

I have also tweaked the general styling and navigation of the system.

I plan to implement when I can some further grouping of test cases, so
that e.g. you could choose to run only the subset of CSS test cases that
relate to 'padding', allowing a user to focus on a specific area of
testing.

Dom

Received on Wednesday, 31 October 2007 16:28:29 UTC