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
test {
useJUnitPlatform()
}
dockerCompose.isRequiredBy(test)
dockerCompose {
captureContainersOutput =true
Currently container output capture flows into main Test Results window:
Regretfully test results of a particular test do not contain them:
With many tests it would be required to find log messages that happened during a particular case buried inside long logs.
Is it possible to somehow capture container output that was produced during a particular test run with test output, so when I click on a particular test one could see both:
logs from call containers during that particular test
logs from that particular test code
Any workarounds are welcome!
(And thanks for great plugin!)
The text was updated successfully, but these errors were encountered:
Currently container output capture flows into main Test Results window:
Regretfully test results of a particular test do not contain them:
With many tests it would be required to find log messages that happened during a particular case buried inside long logs.
Is it possible to somehow capture container output that was produced during a particular test run with test output, so when I click on a particular test one could see both:
Any workarounds are welcome!
(And thanks for great plugin!)
The text was updated successfully, but these errors were encountered: