ApprovalTests.Python icon indicating copy to clipboard operation
ApprovalTests.Python copied to clipboard

option to limit the number of opened diff tools

Open nitsanavni opened this issue 3 years ago • 0 comments

Sometimes, while working with approvals, one might break the code in such a way that many tests fail at once, resulting in many diff tools windows opening. Sometime all these diffs are irrelevant, because something broke.

Thoughts

  • we could throttle the triggering of diff tools - allowing only a small number of windows to open at once
  • we could add an action (cli?) that kills all the diff tools processes that were opened at once

nitsanavni avatar Nov 13 '22 20:11 nitsanavni