How to get multiple mochawesome reports for running tests in parallel?
npx codeceptjs run-workers --suites 2 --features --reporter mochawesome
I am getting only 1 HTML and 1 json file generated after running the above command which is running 2 tests in parallel.
And the HTML file shows only 1 test case execution status instead of 2.