Diff Feature
This release includes a new feature: Diff feature used with the --diff
option.
It helps you run a sanity check only on specs related your current changes against a branch. So that you don't run the whole suite locally but still gets a check before triggering a full CI suite once pushed.
retest --diff origin/main
The release also has minor improvements on file search depending on the command you run