A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
Validator.nu Full-Stack Tests: Difference between revisions
(Intro) |
No edit summary |
||
Line 2: | Line 2: | ||
The framework implements the design discussed at the HTML WG unconference session on validator testing at TPAC 2007. | The framework implements the design discussed at the HTML WG unconference session on validator testing at TPAC 2007. | ||
==The Front End== | |||
The front end for the system is the script named <code>validator-tester.py</code> in the <code>test-harness/</code> directory. | |||
The script takes optional configuration parameters, a command and possibly command-specific parameters. | |||
===Configuration Parameters=== | |||
====--db==== | |||
The <code>--db=''filename''</code> parameter specifies the test database file. The default is <code>db.json</code> (in the working directory). | |||
====--service==== | |||
The <code>--service==''uri''</code> parameter specifies the root URI of the Validator.nu instance to test. The default is <code>http://html5.validator.nu/</code>. |
Revision as of 10:23, 9 September 2008
Validator.nu has a framework for doing full-stack HTML5 validator testing in an implementation-independent manner. Currently, the framework is lacking tests.
The framework implements the design discussed at the HTML WG unconference session on validator testing at TPAC 2007.
The Front End
The front end for the system is the script named validator-tester.py
in the test-harness/
directory.
The script takes optional configuration parameters, a command and possibly command-specific parameters.
Configuration Parameters
--db
The --db=filename
parameter specifies the test database file. The default is db.json
(in the working directory).
--service
The --service==uri
parameter specifies the root URI of the Validator.nu instance to test. The default is http://html5.validator.nu/
.