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 - Codeception 'ConnectionException's not showing up in 'Test Results' window
Summary: Codeception 'ConnectionException's not showing up in 'Test Results' window
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Codeception (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P4 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-04 12:10 UTC by ThomasLandauer
Modified: 2017-06-04 12:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.