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 270802

Summary: Codeception 'ConnectionException's not showing up in 'Test Results' window
Product: php Reporter: ThomasLandauer
Component: CodeceptionAssignee: issues@php <issues>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 8.2   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:

Description ThomasLandauer 2017-06-04 12:10:01 UTC
When the Selenium Server is not started, in NetBeans "Test Results" window (which is the one that's comming up when you start the tests), 100% are green. I have to manually open the "Output" window to see that all acceptance tests gave an *error*.

On the other hand, if Codeception throws a [RuntimeException] it is communicated correctly to NetBeans (resulting in the test file being marked as "Failed" in 'Test Results').

So I'm suggeting to report [ConnectionException]s the same way as [RuntimeException]s.