|
|
|
|
|
by ffsm8
531 days ago
|
|
I was working on a side project over the holidays with the (I think) same idea as mpalmer imagined there too (though my project wouldn't be interested to him either, because my goal wasn't automating tests) Basically, the goal would be to do it like with screenshot regression tests: basically you get 2 different execution phases:
- generate
- verify And when verify fails in CI, you can automatically run a generate and open a MR/PR with the new script. This let's you audit the script and make a plausibility check and you'll be notified on changes but have minimal effort to keep the tests running |
|