Is there a tool that integrates with CI systems and VCS like Git to automatically assign regression test results to individual commits? Ideally, this tool would provide a concise summary on a main page showing passed/failed numbers for each commit, with the option to access detailed results on a separate page. While BackstopJS is currently used for this purpose, I'm open to alternative solutions.
I'm seeking a more efficient workflow than manually copying results from BackstopJS to a folder based on timestamps. Any suggestions or recommendations are greatly appreciated!