This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 245485

Summary: Show useful info in right panel of test results window
Product: javascript Reporter: John Jullion-ceccarelli <johnjullion>
Component: TestingAssignee: Theofanis Oikonomou <theofanis>
Status: RESOLVED FIXED    
Severity: normal CC: theofanis
Priority: P3    
Version: 8.0.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description John Jullion-ceccarelli 2014-07-08 13:25:03 UTC
Currently with Karma tests the right side of the window shows nothing and just says to open the Output window. You can't have both open at the same time. Why not put messages from output, either full output or just warnings and errors, in this panel or hide it altogether if we think there will be nothing of value to show in it?

What do other test frameworks (PHP/Java) show in this space?
Comment 1 Tomas Mysik 2014-07-08 13:38:06 UTC
I will review all the PHP testing frameworks and update this issue.

IMHO we should likely be consistent, I mean we should show the same kind of information for all test runs no matter what language it is.

Thanks.
Comment 2 Theofanis Oikonomou 2014-07-08 14:03:48 UTC
I agree that we should be consistent. Currently for Java all standard output/error messages are shown in the output panel in test results window.
Comment 3 Theofanis Oikonomou 2015-09-18 12:36:54 UTC
Changeset: 5cd6891f7145
Author:    Theofanis Oikonomou <theofanis@netbeans.org>
Date:      2015-09-18 14:35
Message:
Comment 4 Quality Engineering 2015-09-19 03:04:58 UTC
Integrated into 'main-silver', will be available in build *201509190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5cd6891f7145
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Task #245485 - Show useful info in right panel of test results window