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

Make errors more visible #65

Merged
merged 4 commits into from
Sep 26, 2023
Merged

Conversation

magmax
Copy link
Contributor

@magmax magmax commented Sep 18, 2023

Makes errors in junit report more visible.

In current code there are some paths going throw exceptions captured but which doesn't report them. So, these paths die silently.

With this patch, it will report everything, providing details on want went wrong. Thanks to this I discovered a problem with urls containing spaces (but that will be another PR). In addition, JUnit report should contain any test, even those passing.

Here you are an example of how it looks like right now:
image

There are still things to improve, such as the test name or names containing linefeeds, but it is a first step.

@KissPeter KissPeter merged commit 72229e5 into KissPeter:master Sep 26, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants