trace_test

Function trace_test 

Source
pub fn trace_test(
    spec: &SessionSpec,
    test_name: &str,
) -> Result<Vec<SimSnapshot>, Vec<String>>
Expand description

Replay one named test and return a snapshot after every event (plus an initial “start” snapshot), for scrubbing. Errors when the flow cannot be built or the test name is unknown.