results
assrt results reads from the results directory written by previous runs. Use it to re-open a failing trace, export to another format, or compare two runs.
bash
assrt results open --last # open the most recent run
assrt results open --failed # only failed tests
assrt results export --format junit # re-export to a different reporter
assrt results diff <run-a> <run-b> # compare two runs