manticoresoftware / manticoresoftware/clt
The way to accept rep inside tested rec
@donhardman is already working on this.
Since May 6, 2024.
- Dominant language
- Svelte
- Stars
- 8
- Forks
- 3
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
We need a way to run a command after tests are launched. This command should show the difference between expected and actual results and allow us to accept the changes and modify the input recording file automatically.
Here's the situation: We update something and get different results. This is expected and involves multiple rows and changes that would be tedious to make manually. Also may be multiple files in it.
So, the idea is to run clt test, manually verify the results, and if everything looks good, run clt accept. This command would then intelligently apply the changes from the .rep file to the .rec file while preserving regular expressions.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.