You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Laszlo Kishalmi (JIRA)" <ji...@apache.org> on 2019/05/18 17:13:00 UTC

[jira] [Commented] (NETBEANS-2555) When running any test, standard output is not shown in the panel to the right of the test file result.

    [ https://issues.apache.org/jira/browse/NETBEANS-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843210#comment-16843210 ] 

Laszlo Kishalmi commented on NETBEANS-2555:
-------------------------------------------

Well, there is no "easy" solution of this issue. As Gradle swallows the the test output. In order to access those:
 # We may try to reenable the test output logging by augmenting the build process and tunnel it to the test execution display.
 # We can try to locate the test report.xml and load the output from there when the suite is finished.
 # We might read the output.bin files after the test session has been finished, though it requires some Gradle internals.

I'd probably go with option 2 though it would be a heuristic result only and no real time per testcase output can be collected just by testsuite.

> When running any test, standard output is not shown in the panel to the right of the test file result.
> ------------------------------------------------------------------------------------------------------
>
>                 Key: NETBEANS-2555
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2555
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: gradle
>    Affects Versions: 11.0
>            Reporter: Mark Flacy
>            Priority: Minor
>
> It isn't important that the output is available on the side panel while the test is running; it is sufficient to me if the output is presented after the tests have run if I select a specific test on the test panel.
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the misleading behavior.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists