Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JUnit failures lack detail #1347

Open
rcdailey opened this issue Jul 26, 2018 · 1 comment
Open

JUnit failures lack detail #1347

rcdailey opened this issue Jul 26, 2018 · 1 comment
Labels
Resolved - pending review Issue waiting for feedback from the original author Tweak request

Comments

@rcdailey
Copy link

Using the latest version of Catch2 on master (I think it's pretty close to v2.3), failures in JUnit XML output is very bare. You basically get this:

REQUIRE: "hello" == "world"
at /build/source/Core/UI/Test/Source/DataLoaders/TestCSVLoader.cpp:52

For the following code:

std::string dumbdata = "hello";
REQUIRE(dumbdata == "world");

I'd like to see a level of detail similar to console reporter, where it shows a lot more information, such as the verbatim parameter names passed into the assertion macro, the expanded form, etc.

@horenmar horenmar added Tweak request Resolved - pending review Issue waiting for feedback from the original author labels Oct 27, 2019
@horenmar
Copy link
Member

Should be addressed by #1719

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolved - pending review Issue waiting for feedback from the original author Tweak request
Projects
None yet
Development

No branches or pull requests

2 participants