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

GD-455: The gdUnitConsole shows only the first report #455

Closed
didierGuieu opened this issue May 19, 2024 · 1 comment · Fixed by #463
Closed

GD-455: The gdUnitConsole shows only the first report #455

didierGuieu opened this issue May 19, 2024 · 1 comment · Fixed by #463
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@didierGuieu
Copy link

Today, when we have several assert in a test, we can only see the first failed assert inside the GdUnit console.
But inside the inspector, we have the full list of failed assert.

I think we shoudl have the same level of details in both view.

I have a second reason, if my undestanding is right, the output of gdunitconsole is the one who is collected inside github action.
it should be nice to have all the failed assert of a test in a glance inside actions also.

Today Inspector view:
image

today gdunitConsole:
image

@didierGuieu didierGuieu added the enhancement New feature or request label May 19, 2024
@MikeSchulze MikeSchulze added this to the v4.3.0 milestone May 19, 2024
@MikeSchulze
Copy link
Owner

Thanks for reporting this, yes the console should show the full list of test failures

@MikeSchulze MikeSchulze changed the title Make gdUnitConsole more verbose GD-455: Make gdUnitConsole more verbose May 19, 2024
@MikeSchulze MikeSchulze moved this to In Progress in GdUnit4 May 21, 2024
@MikeSchulze MikeSchulze linked a pull request May 21, 2024 that will close this issue
@MikeSchulze MikeSchulze changed the title GD-455: Make gdUnitConsole more verbose GD-455: The gdUnitConsole shows only the first report May 21, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in GdUnit4 May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants