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 268477

Summary: Karma brings message incorrect karma set? while starting
Product: javascript Reporter: Christian Lenz <chrizzly>
Component: TestingAssignee: Theofanis Oikonomou <theofanis>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description Christian Lenz 2016-10-12 10:18:57 UTC
Everything in karma is set correctly. I set the path to the karma.cmd, I have a conf file and when I stry to start karma at the project node, after 3 seconds I got this messasge: Karma cannot start (incorrect Karma set?), review IDE log for details. I had a look in the log but there is no helping info for this.

When I start "karma start" in the console, there is an error with the given framework:jasmine, I wanted to install it but it doesn't work atm (Peer dependencies, no problem with NetBeans, only for info.)

I tried WebStorm and add a karma run configuration, set the conf and set the path to the karma file but NOT to the karma.cmd, only to the karma file and everything is working.

When I set it to the karma file in NetBeans, after starting karma, it gives the error "Not a win32 application" which is correct, because I need the karma.cmd.

So I can't use karma inside NetBeans anymore.


Cheers

Chris