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.

ReferenceError: Can't find variable: ApplicationConfiguration

I am getting ReferenceError: Can't find variable: ApplicationConfiguration at application.js on running 'npm test' or 'karma start' in CLI. …

karma-runner meanjs
Testing | Cannot read property 'assertPresent' of undefined at resetFakeAsyncZone

I have a problem with karma v1.4. testing framework. All my unit tests are now failing with error Cannot read …

angular testing karma-runner zone.js
No longer able to use ddescribe or iit

I used to be able to use ddescribe and iit to have jasmine/karma run just a specific test or …

javascript jasmine karma-runner
Karma coverage always coming empty

I've been trying to run karma coverage for a couple of days now only to find an empty blank page …

unit-testing angular typescript karma-runner karma-coverage
Error when running angularjs karma sample

In the introtokarma app, I changed the karma-e2e-config.js file as follows: module.exports = function(config) { config.set({ basePath : …

angularjs karma-runner angularjs-e2e
configuring karma ng-html2js preprocessor to find my templates in inside a directory

The problem I am having is that I want to make the templateUrl: "partials/my-directive.html" but currently I have …

javascript angularjs karma-runner ng-html2js
How to debug PhantomJS when running through Karma

I test through Jasmine, Karma and a variety of browsers. I'm currently debugging a test that fails only in PhantomJS. …

jasmine phantomjs remote-debugging karma-runner
Karma proxies are not working

I am using Karma (v0.12.37) as test runner along with JSPM (v0.16.2). I have added following proxy config in karma …

proxy karma-runner jspm
Unit testing injectable services

I am having problems while performing a simple unit test in my NX workspace. What I am attempting to do …

angular jestjs karma-runner nomachine-nx