Has anyone got any standard way to report test results (junit format or similar to googletest) #560
Unanswered
malcolmdavey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi wanting to pick this up and start using it, but big barrier is integrating with CI, and developer workflow.
Not wanting the developer experience to degrade.
Has anyone enabled any report of results in a common format that CI build/test systems would read. e.g junit format and/or similar to googletest which may be a sort of defactor standard for C++ at the moment)
I understand the BDD style tests might be a bit different, but I'm sure there is a way to get something working for starters.
Also wondering for dev via Visual Studio which presently can work with googletest and boost test, if the exe can sort of work in a similar way, means devs don't need to leave IDE to run tests, debug tests, make changes.
An IDE would likely need the mechanism to list tests as well (similar to google test).
Beta Was this translation helpful? Give feedback.
All reactions