martinmoene / lest

A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
Boost Software License 1.0
390 stars 45 forks source link

JUnit compatible report #32

Closed ghost closed 8 years ago

ghost commented 8 years ago

Do you plan to support saving test results as a report file, e.g. JUnit compatible? This may be useful for showing test results in Jenkins and similar systems.

martinmoene commented 8 years ago

No, I don't have plans to do so. (If I recall correctly, I may have pondered with the idea to create an output filter as a separate program to do so, but never actually made one.)

ghost commented 8 years ago

Thank you for your reply