You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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