Feature #2155
Enhance the z2UnitTestRunner and the Jupiter Engine with the ability to stream logs
Start date:
07.07.2023
Due date:
% Done:
0%
Estimated time:
origin:
Description
Currently, we do not see the application log during test execution. We do however have "installation" wide log streaming via the log streaming extension in place. In order to have the application log visible in the remote test execution case, the Z2Unit and Z2Jupiter implementation should be enhanced to stream not only test events but also application log chunks.
Acceptance Criteria¶
- The test runner / z2 jupiter engines (optionally) streams the application log to the local console during test execution
Implementation Hint¶
- This may be achieved by either enhancing the local to remote protocol of the test runner / jupiter engine or
- This may be achieved by enhancing the local test execution with a parallel access to log streaming.
No data to display