Add GitHub Action summary support to new test framework#46047
Add GitHub Action summary support to new test framework#46047ahus1 merged 1 commit intokeycloak:mainfrom
Conversation
Same, but opening in a new tab/window doesn't work for me (i.e., the line number is lost). Having the list of tests failing looks great to me! |
Weird, you on Chrome as well? Does it work if you copy/paste the link? |
Google Chrome 144.0.7559.96 Copy/paste works. |
f49b865 to
817a993
Compare
|
Updated to remove success output as GitHub collapses the summary for the run if there is many jobs with output, which means failures and slow tests will often be hidden. Honestly, if all is good silence is probably the best ;) |
817a993 to
5f25f17
Compare
Closes keycloak#46045 Signed-off-by: stianst <stianst@gmail.com>
5f25f17 to
afd1429
Compare
Example run with mock broken tests:

https://github.com/stianst/keycloak/actions/runs/21706517453
One issue I found is if you click directly on the links the line-number is lost, but if you open the link in a new tab it goes to the correct line. Got no clue why, and nothing I can fix as the link is correct, so GitHub or Chrome must be doing something odd.
Closes #46045
Signed-off-by: stianst stianst@gmail.com