pub fn show(theme: Theme) -> Result<(), Error>Expand description
Print formatted test history to stdout.
ยงErrors
Returns Error::IoError if reading the history file fails.
Returns Error::ParseJson if the history file contains invalid JSON.
pub fn show(theme: Theme) -> Result<(), Error>Print formatted test history to stdout.
Returns Error::IoError if reading the history file fails.
Returns Error::ParseJson if the history file contains invalid JSON.