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 255841 - nodejs tests with mocha doesn't report failed tests
Summary: nodejs tests with mocha doesn't report failed tests
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Testing (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-10 08:31 UTC by capricious
Modified: 2015-10-10 10:53 UTC (History)
2 users (show)

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 capricious 2015-10-10 08:31:50 UTC
Hello,

I'm not sure if it is limited to nodejs and mocha,
but I've the problem that Netbeans 8.1RC runs my mocha test and in output window there are failed tests.
In the test result window these failed tests are simply skipped and everything is green.
Simply skipped means, there is no info about the test, the test number is missing and there are only the tests with ok status in the view.
Output window shows the failed tests.

Sometimes I've to restart Netbeans to get new tests recognized.
Maybe related to the problem above.