getappmap / appmap-java

AppMap client agent for Java
Other
82 stars 16 forks source link

Report test_status and test_failure at end of JUnit5 test run #184

Closed brikelly closed 1 year ago

apotterri commented 1 year ago

To properly support this, the agent needs to switch from hooking methods annotated with @Test to using JUnit listeners. This will allow it to observe the execution of individual test cases, and to capture the status of each test case when it finishes.

appland-release commented 1 year ago

:tada: This issue has been resolved in version 1.22.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: