You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
today gdunitConsole:
The text was updated successfully, but these errors were encountered:
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:
today gdunitConsole:
The text was updated successfully, but these errors were encountered: