marick / Midje

Midje provides a migration path from clojure.test to a more flexible, readable, abstract, and gracious style of testing
MIT License
1.69k stars 129 forks source link

Junit-reports dont' always produce the end-tag #342

Open ikitommi opened 8 years ago

ikitommi commented 8 years ago

Running midje-tests in jenkins, getting XML document structures must start and end within the same entity. Nested exception: XML document structures must start and end within the same entity. from report reader. Seems that some files are missing the </testsuite> tag in the end.

Midje 1.8, using the config:

(change-defaults :emitter 'midje.emission.plugins.junit
                 :print-level :print-facts
                 :colorize false)
marick commented 8 years ago

The various non-standard emitters need some lover before they're really ready for use. (I took pointers to them out of the documentation a while ago.)