Skip to content

Provide a status file for threaded execution of scenarios

Aaron Bray requested to merge feature/scenario_exec_updates into integration

Threaded execution of a group of scenarios now can be provided a single json file containing all scenario to run Information for every executed scenario is then updated in the provided file: - The locations of the: scenario file and its generated log file, and csv file - Various error states if encountered: Unable to initialize and why, if there were any other errors encountered

Merge request reports