Run log#
Est Shizard keeps information about each test execution subprocess in the <esh_root_dir>/ logs / <suite_name> / <hash_test_item_name>.log. In addition to the file system, this log is also displayed in the Allure report under run.log.
Since the log includes absolutely all the output of the process, its size can be quite large.
To truncate the log in an Allure report, you can use the option --truncate-run-log=N, where the parameter N indicates the number of lines after which the log should be truncated.