quickSelfTest/README
changeset 329 6a3fe7cea4e1
parent 244 4ff4a2444d1a
child 534 9b2ad8985ecf
--- a/quickSelfTest/README	Sat Mar 18 04:55:07 2017 +0000
+++ b/quickSelfTest/README	Tue Mar 21 16:03:37 2017 +0100
@@ -6,8 +6,17 @@
 or
     run.bat (windows)
 
-executes the tests found in ~/exept/regression/*
+executes the tests found in ~/stx/goodies/regression/*
 and generates a junit-xml compatible output file 'testresult.xml',
 (to be consumed by jenkins).
 
-Also some metric info is written to 'metrics.xml'
+the cmd script will start stx with Start.st
+Start.st will prepare the stx environment required for the unit test.
+For e.g. loading required packages.
+
+The last command of Start.st will file in RunUnitTest.st class and send #run.
+The RunUnitTest class will perform all (or a subset when use the --runOnlyExpeccoUnitTests paramter) unit tests
+and create the report file ""
+
+
+