I'm sure there is a native thing and this is a very basic question, I just can't find it.
When running my tests headless (but specially in the pipeline in GHA) I only see the spect title (describe) and then scenario title when it either passes or fails.
Is there a way to enhance this? For example showing the assertions? I can add the logs as in console.log() whatever the test is doing in between steps, but wanted to know if there is a better way to actually display it with ✅ or ❗ or something.