Argument | Description |
-i,--input file | Required. The source Ruletest .ert file to run. |
-o,--output file | Required. Explicit path to the preferred output folder and file name (an .xml format file in the JUnit test output style.) The output file is not overwritten if it exists, instead the new test output is appended after test execution, thus enabling multiple executions of different test sets to log their output into a single report file. |
-a,--all | Required unless --sheet is stated. Runs tests for all the testsheets in the specified Ruletest in the order that they are defined in the file. Overrides any specific testsheets listed in the sheet option. |
-s,--sheet sheet_names | Required unless --all is stated. Runs tests for only the one or more (in a comma-separated list) specified testsheets in the Ruletest in the order that they are listed. |
-ll,--loglevel level | Sets the log level to the specified level of detail. Defaults to current server log level, typically INFO. |
-lp,--logpath path | Explicit path to the folder where CcServer.log will be saved. Defaults to the server's current log location, typically [CORTICON_WORK_DIR]/logs. |