pub fn run_and_write_standard_suite(
directory: &Path,
) -> Result<Vec<SimulationReport>>Expand description
Write a complete standard suite below a new root directory.
ยงErrors
Returns an error when simulation fails, the root exists, or artifact serialization fails.