-
Notifications
You must be signed in to change notification settings - Fork 0
Test Reporting
Tim edited this page Sep 13, 2015
·
1 revision
Cubictest can export testresults in different report formats. It will do so once after the testrun to the chat and/or log depending on its settings.
/cubictest:export <name> [format] allows you save the testreport of the last testrun at any time to a file in your worlddirectory, without rerunning the tests.
| key | default | accepted values |
|---|---|---|
| report_chat | "simple" | report formats |
| report_log | "simple" | report formats |
| report_chat_verbosity | "warnings" | "warnings", "steps", "info" |
| report_log_verbosity | "warnings" | "warnings", "steps", "info" |