... | ... | @@ -165,16 +165,18 @@ We do not recommend editing the `client-config.json` manually since it can produ |
|
|
|
|
|
## Advanced run
|
|
|
|
|
|
You can run the `./testSuite` with various options.
|
|
|
You can run the `./testsuite` with various options.
|
|
|
|
|
|
* `./testSuite` -> Normal execution.
|
|
|
* `./testSuite launch` -> Execute the TS and finish after the initialization.
|
|
|
* `./testSuite check` -> After "launch" check if the TS has finished.
|
|
|
* `./testSuite report` -> After launch check if the TS has finished and generate the report.
|
|
|
* `./testsuite` -> Normal execution.
|
|
|
* `./testsuite launch` -> Execute the TS and finish after the initialization.
|
|
|
* `./testsuite check` -> After "launch" check if the TS has finished.
|
|
|
* `./testsuite report` -> After launch check if the TS has finished and generate the report.
|
|
|
|
|
|
You can do `./testSuite launch`, switch off your PC and then `./testSuite check/report`
|
|
|
|
|
|
* `./testSuite overview [branch]` -> Collect the testsuite data from the last testsuite executed on the branch `branch` and generate the report. Useful to generate a full report of various testsuites running different subsets, or to get the results of a testsuite executed by someone else.
|
|
|
* `./testsuite kill -> Terminate all the current testsuite jobs
|
|
|
|
|
|
|
|
|
|
|
|
|