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
Current idea is to use custom Test Reporter that will be attached to JUnit Platform and will capture required data for each test. Unfortunately, JUnit5 is distributed on with legacy JUnit4 reporter that doesn't support per-test stdout capture.
For now JUnit is capturing output on
testsuit
level.Should be implement
debug()
function as an easy option instead?The text was updated successfully, but these errors were encountered: