Can't run Karma tests in 2016.3.1

On Webstorm 2016.3.1, when I try to run my Karma tests this is the output:

 

"C:\Program Files\nodejs\node.exe" "C:\Program Files (x86)\JetBrains\WebStorm 2016.2\plugins\js-karma\js_reporter\karma-intellij\lib\intellijRunner.js" --karmaPackageDir=C:\Dev\aca\Ignite_Client\dev\node_modules\karma --serverPort=9876 --urlRoot=/__karma__

Process finished with exit code 0
<!doctype html><title>404 Not Found</title><h1 style="text-align: center">404 Not Found</h1><hr/><p style="text-align: center">WebStorm 2016.3.1</p>

 

If I run "karma start" in the command line the tests are run correctly.

How can I find the source of my problem? The message isn't the most helpful...

0
1 comment

seems you set WebStorm built-in server port to 9876, did you? Please make sure to set it back to 63342 in Settings | Build, Execution, Deployment | Debugger and restart WebStorm.

0

Please sign in to leave a comment.