Top "Karma-runner" questions

Karma provides developers a testing environment where they don't have to set up many things, rather just write code and get instant feedback in order to improve productivity and creativity.

JSHint thinks Jasmine functions are undefined

I've got a Grunt setup which uses Karma+Jasmine and JSHint. Whenever I run JSHint on my spec file, I …

javascript gruntjs jasmine karma-runner jshint
Disconnected (1 times), because no message in 10000 ms using Karma-Jasmine

Using Karma runner with jasmine. After all the configuration done, I type on terminal the below command: karma start public/…

node.js karma-runner karma-jasmine
Karma can't load webpack

I'm getting this error; 16 07 2015 13:03:52.741:WARN [preprocess]: Can not load "webpack"! Error: Can not resolve circular dependency! (Resolving: preprocessor:webpack -&…

javascript karma-runner webpack karma-mocha
How to get around memory error with karma & phantomjs

We're running tests using karma and phantomjs Last week, our tests mysteriously started crashing phantomJS with an error of -1073741819. …

phantomjs karma-runner karma-jasmine
How do you use Istanbul Code Coverage with transpiled Typescript?

I've been reading articles on this all morning trying to get my environment setup correctly. But for some reason I'm …

javascript typescript gulp karma-runner istanbul
How to fix "There is no server listening on port 9876" error while running karma?

I am running the following: PS D:\app> karma run It shows the error: [2013-11-29 17:39:54.297] [DEBUG] config - …

javascript node.js npm karma-runner
Difference between Karma and Mocha

I am new to the Javascript world, being majorly into OOP. I have tried to look up online for a …

mocha karma-runner karma-mocha
How to integrate Karma with TeamCity

I am able to run tests via Karma in TeamCity since you can run anything that's accessible via command line. …

teamcity karma-runner
Angular2 Quickstart Tutorial Breaking Karma Tests - "Can't bind to 'ngModel' since it isn't a known property of 'input'."

I am following the official Angular "Hero" Quickstart Tutorial whilst trying to TDD it. https://angular.io/docs/ts/latest/…

angular karma-runner karma-jasmine ngmodel
Unit testing AngularJS with $httpBackend gives "Error: Unexpected Request"

I'm gonna preface this question by saying I've already gotten a test to work for my "LoginCtrl" which performs almost …

angularjs jasmine karma-runner httpbackend