ginkgo icon indicating copy to clipboard operation
ginkgo copied to clipboard

fix junit reporter for parallel testing

Open JerryGinger opened this issue 4 years ago • 0 comments

When running ginkgo parallel testing with argument --reportFile, junit reporter should contain multiple reporter files, as follows:

$ ginkgo --reportFile=/tmp/junit.xml  --nodes=4
$ ls /tmp
junit_01.xml junit_02.xml junit_03.xml  junit_04.xml

JerryGinger avatar Jun 19 '20 09:06 JerryGinger