src/cm/scripts/test-suite/README.txt
changeset 612 2bed79bde721
parent 575 8ce80860c3fe
equal deleted inserted replaced
607:0cead418e4cb 612:2bed79bde721
    24 
    24 
    25 
    25 
    26 Starting the test-suite :
    26 Starting the test-suite :
    27 -------------------------
    27 -------------------------
    28 cd comt/src/cm/scripts
    28 cd comt/src/cm/scripts
       
    29 cp workspace.info.js.example workspace.info.js
    29 vi workspace.info.js	# Customize tested workspace settings
    30 vi workspace.info.js	# Customize tested workspace settings
    30 ./test-suite.sh
    31 ./start-test-suite.sh
    31 
    32 
    32 So you can run the test-suite multiple times using only `karma start` after the
       
    33 first run.
       
    34