- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Apr 2006 12:33:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest In directory hutz:/tmp/cvs-serv28824/autotest Modified Files: README Log Message: Index: README =================================================================== RCS file: /sources/public/2002/css-validator/autotest/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- README 19 Apr 2006 07:55:33 -0000 1.1 +++ README 26 Apr 2006 12:33:21 -0000 1.2 @@ -1,4 +1,49 @@ -Pour lancer les tests: +================================================================================ +ENGLISH +================================================================================ + +To launch the test software (you can edit this simple script to adapt +the classpath): +./autotest.sh file +where file is an xml file containing the list of tests to perform. +You should redirect the output (html code) to a file so that you can +visualize the results through a browser. + +Some xml examples files are giver in testsuite/xml. + +Tests are grouped by type, so you can organize them better. +A test allows to check only one path/url. + +For each test, you can specify a description and the expected result +(validity, errors and warnings count). + +Some test examples: +- une url: + <test> + <url>http://css.example.com/path/to/the/real/example.css</url> + <description>example website</description> + <result valid="false"> + <errors>24</errors> + <warnings>0</warnings> + </result> + </test> +- un fichier local: + <test> + <file>testsuite/general/misc/sampleCSS1.css</file> + <description> + This style sheet is written according to the suggested rendering in the + HTML 2.0 specification. Some styles, e.g. colors, have been added for + completeness. It is suggested that a style sheet similar to this one + is used as the UA default. + </description> + </test> + +================================================================================ +FRENCH +================================================================================ + +Pour lancer le programme (vous pouvez editer ce script pour adapter le +classpath): ./autotest.sh file ou file est le fichier xml contenant la liste des tests a effectuer. Il est conseille de rediriger la sortie (du code html) vers un fichier
Received on Wednesday, 26 April 2006 12:33:36 UTC