let filename = format!("{path}/{test_name}-{marker}.generated-{test_stage}.serialised.json");
/// Reads a file into a `String`, providing a clearer error message that includes the file path.
let new_filepath = format!("{path}/{test_name}-{marker}.{prefix}-{test_stage}.serialised.json");
let old_filepath = format!("{path}/{marker}-{test_name}.{prefix}-{test_stage}.serialised.json");
let new_filename = format!("{path}/{test_name}-{marker}.{prefix}-{test_stage}.serialised.json");
let old_filename = format!("{path}/{marker}-{test_name}.{prefix}-{test_stage}.serialised.json");