Hey, I see you've started work on v6 and I wanted to raise a feature idea.
Currently we're (mis)using Betterer by running a script, that takes in an array of folder names, where each folder contains a Betterer test.ts and a test.results file. Next, our script uses concurrently to run the tests in parallel.
Our goal is to have a results file per each test for easier studying of the results file for specific tests.
It would be great if v6 would offer something like that built-in
Hey, I see you've started work on v6 and I wanted to raise a feature idea.
Currently we're (mis)using Betterer by running a script, that takes in an array of folder names, where each folder contains a Betterer
test.tsand atest.resultsfile. Next, our script usesconcurrentlyto run the tests in parallel.Our goal is to have a results file per each test for easier studying of the results file for specific tests.
It would be great if v6 would offer something like that built-in