quickSelfTest/README
changeset 329 6a3fe7cea4e1
parent 244 4ff4a2444d1a
child 534 9b2ad8985ecf
equal deleted inserted replaced
328:1bf7295a0b9a 329:6a3fe7cea4e1
     4     sh run.sh
     4     sh run.sh
     5 
     5 
     6 or
     6 or
     7     run.bat (windows)
     7     run.bat (windows)
     8 
     8 
     9 executes the tests found in ~/exept/regression/*
     9 executes the tests found in ~/stx/goodies/regression/*
    10 and generates a junit-xml compatible output file 'testresult.xml',
    10 and generates a junit-xml compatible output file 'testresult.xml',
    11 (to be consumed by jenkins).
    11 (to be consumed by jenkins).
    12 
    12 
    13 Also some metric info is written to 'metrics.xml'
    13 the cmd script will start stx with Start.st
       
    14 Start.st will prepare the stx environment required for the unit test.
       
    15 For e.g. loading required packages.
       
    16 
       
    17 The last command of Start.st will file in RunUnitTest.st class and send #run.
       
    18 The RunUnitTest class will perform all (or a subset when use the --runOnlyExpeccoUnitTests paramter) unit tests
       
    19 and create the report file ""
       
    20 
       
    21 
       
    22