This message was deleted.
# community-support
s
This message was deleted.
e
g
I was also looking at this one
v
Either what Eric said, or you can publish the test report as artifact and look at it. Or you can use some GitHub action that creates annotations for each failed test like https://github.com/marketplace/actions/test-reporter or a similar one. Or you can just use "Ctrl+F" and search for "FAILED" which immediately brings you to
graphics.scenery.tests.unit.network.NodePublisherTest > initialSceneDiscovery FAILED
476
java.lang.AssertionError: Assertion failed
477
at graphics.scenery.tests.unit.network.NodePublisherTest.initialSceneDiscovery(NodePublisherTest.kt:47)
478
479
graphics.scenery.tests.unit.network.NodePublisherTest > registerUpdate FAILED
480
java.lang.AssertionError: expected:<1> but was:<0>
481
at org.junit.Assert.fail(Assert.java:89)
482
at org.junit.Assert.failNotEquals(Assert.java:835)
483
at org.junit.Assert.assertEquals(Assert.java:120)
484
at kotlin.test.junit.JUnitAsserter.assertEquals(JUnitSupport.kt:32)
485
at kotlin.test.AssertionsKt__AssertionsKt.assertEquals(Assertions.kt:63)
486
at kotlin.test.AssertionsKt.assertEquals(Unknown Source)
487
at kotlin.test.AssertionsKt__AssertionsKt.assertEquals$default(Assertions.kt:62)
488
at kotlin.test.AssertionsKt.assertEquals$default(Unknown Source)
489
at graphics.scenery.tests.unit.network.NodePublisherTest.registerUpdate(NodePublisherTest.kt:82)