cg@244: A quick selftest running non-GUI after a jenkins build cg@244: cg@244: to start: cg@244: sh run.sh cg@244: cg@244: or cg@244: run.bat (windows) cg@244: sr@329: executes the tests found in ~/stx/goodies/regression/* cg@244: and generates a junit-xml compatible output file 'testresult.xml', cg@244: (to be consumed by jenkins). cg@244: sr@329: the cmd script will start stx with Start.st sr@329: Start.st will prepare the stx environment required for the unit test. sr@329: For e.g. loading required packages. sr@329: sr@329: The last command of Start.st will file in RunUnitTest.st class and send #run. cg@535: The RunUnitTest class will perform all unit tests cg@535: (or a subset with the --runOnlyExpeccoUnitTests cg@535: or --runOnly xxx parameter) cg@535: and create a report file