quickSelfTest/README
author convert-repo
Wed, 27 Mar 2019 04:29:24 +0000
changeset 539 743b92de4b9b
parent 535 02bf82681471
child 543 fda58d35b323
permissions -rw-r--r--
update tags

A quick selftest running non-GUI after a jenkins build

to start:
    sh run.sh

or
    run.bat (windows)

executes the tests found in ~/stx/goodies/regression/*
and generates a junit-xml compatible output file 'testresult.xml',
(to be consumed by jenkins).

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 unit tests
(or a subset with the --runOnlyExpeccoUnitTests
or --runOnly xxx parameter)
and create a report file