Matrix:
- file vs dir
- types (un)available
- source (un)available
- json vs text
It needs to be possible to diff against the old baseline and accept the new baseline.
The biggest obstacle is likely to be source file lookup - real traces use absolute paths, but those won't be portable (e.g. to CI machines). Post-processing the trace files (i.e. test cases) to use forward-slash-delimited relative paths might suffice.
Matrix:
It needs to be possible to diff against the old baseline and accept the new baseline.
The biggest obstacle is likely to be source file lookup - real traces use absolute paths, but those won't be portable (e.g. to CI machines). Post-processing the trace files (i.e. test cases) to use forward-slash-delimited relative paths might suffice.