limited-fish-66138
04/21/2023, 4:50 PMenough-truck-68085
04/24/2023, 1:26 PMcypress-multi-reporters or cypress-mochawesome-reporter. but when I had multiple coverage reports generated for a parallel run, I did created a after:run event that persists the coverage report for that particular machine to a local test folder.
I then created a job in my CI after all the test jobs had finished which reads from that test folder and loops through all the persisted coverage reports and merges them together into one.
Again, I'm not sure what those plugins can do or how they handle reports but I think this same approach might be what you are looking for. It does require some custom implementation though.