MikeSchulze/gdUnit4

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

didierGuieu opened this issue · 1 comments

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

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