mocha-junit-reporter pull request
Sat, Mar 19, 2016
1 minute read

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 of mocha-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.


Back to posts