Dmitry Demyankov
As follow up to my previous post, I’ve added PR for mocha-junit-reporter
. Hopefully it will be approved. Otherwise I can create a small wrapper around mocha-junit-reporter
that allows writing test results in different files when executed in parallel. Basically, the only thing that should be modified is filePath
argument in writeXmlToDisk function. This should be a rather easy fix.
UPDATE (21/03/2016): My PR was accepted and version
1.10.0
ofmocha-junit-reporter
was published. Hopefully during our next sprint I will get some time to setup our Selenium grid to run end-to-end tests in parallel.