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 245977

Summary: Look for Karma configuration in unit test folder
Product: javascript Reporter: Vladimir Riha <vriha>
Component: TestingAssignee: Tomas Mysik <tmysik>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Riha 2014-07-25 06:41:38 UTC
After removing the concept of config folder, it could be nice if you right click on Karma node, then configuration files offered in "Set configuration" submenu would by default be from unit test folder (so with Angular-like projects it would be easier to select configuration).

Similar case (I think) is when you click Search button in project properties->JS testing for Karma configuration file, I think it used to look for configs in config folder, should be again looking in unit test folder I think.

Thank you


Product Version: NetBeans IDE Dev (Build 201407250001)
Java: 1.8.0_05; Java HotSpot(TM) Client VM 25.5-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_05-b13
System: Linux version 3.13.0-32-generic running on i386; UTF-8; en_US (nb)
Comment 1 Tomas Mysik 2014-07-25 06:52:35 UTC
We will search in the whole project but we depend on issue from GoToFile API.

*** This bug has been marked as a duplicate of bug 245483 ***