[Yanel-commits] rev 47504 - public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework

michi at wyona.com michi at wyona.com
Wed Feb 10 10:10:27 CET 2010


Author: michi
Date: 2010-02-10 10:10:27 +0100 (Wed, 10 Feb 2010)
New Revision: 47504

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml
Log:
more info re Hudson and reCI script added

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml	2010-02-10 08:30:23 UTC (rev 47503)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml	2010-02-10 09:10:27 UTC (rev 47504)
@@ -22,10 +22,23 @@
 
 <h3>How to run the tests</h3>
 <p>
-It's necessary to build and start yanel before running the tests.
+After downloading the Yanel source (either via <a href="../../download/source-repository.html">SVN</a> or as <a href="../download/index.html">snapshot</a>) one can run the tests all at once (as we do it within <a href="http://195.226.6.72:8080">Hudson</a>) or
+run the various tests individually.
 </p>
 
 <p>
+If you want to run all at once (including build and start of Yanel), then execute the shell script
+<pre>
+./src/build/targets/continuous-integration/reCI 8080 8443 8005 8009 /home/michi/local/canoo-webtest-3.0-R_1758
+</pre>
+whereas please make sure to have <a href="http://webtest.canoo.com">Canoo webtests</a> installed.
+</p>
+
+<p>
+If you want to run the tests individually, then it's necessary to build and start yanel before running the tests.
+</p>
+
+<p>
 <b>IMPORTANT:</b> If you want to run the htmlunit tests, you have to start tomcat and configure
 the host and url in
 <pre>
@@ -57,14 +70,12 @@
 </p>
 
 <p>
-Some Canoo web-tests are located at
-
+whereas some Canoo web-tests are located at
 <pre>
 src/realms/use-cases/yanel/src/test/canoo/
 src/realms/yanel-website/src/test/canoo/
 </pre>
-
-See the README.txt files within these directories in order to run the Canoo web-tests.
+See the README.txt files within these directories in order to run the Canoo web-tests individually.
 </p>
 
 <h3>How to write tests</h3>



More information about the Yanel-commits mailing list