Skip to content Skip to sidebar Skip to footer
Showing posts with the label Karma Runner

Getting Karma Code Coverage For Pre-transpilation Source Code

I'm using Karma to run tests, webpack to bundle files, and babel for es6 -> es5 transpilatio… Read more Getting Karma Code Coverage For Pre-transpilation Source Code

Karma Webpack - Error: Cannot Find Module "./test/utilities.js"

I'm using Karma Webpack for the unit tests of a project. When I run karma start, I have this e… Read more Karma Webpack - Error: Cannot Find Module "./test/utilities.js"

How To Upload Karma Test Report To Sonar?

I have karma configured which gives me coverage report perfectly fine. It gives me in lcov format. … Read more How To Upload Karma Test Report To Sonar?

Loading External File From Karma/jasmine Test

I'm trying to accomplish a Jasmine test (using Karma and IntelliJ 13) to validate JSON files. I… Read more Loading External File From Karma/jasmine Test

Testing Jsonp $resource Angularjs

How do I test a request being sent and data is being received with a JSONP service? angular.module(… Read more Testing Jsonp $resource Angularjs

How Can I Use Html Fixtures With Karma Test Runner Using Qunit?

I'm playing with Karma test runner (http://karma-runner.github.io/0.8/index.html) using qunit (… Read more How Can I Use Html Fixtures With Karma Test Runner Using Qunit?

Loading External File From Karma/Jasmine Test

I'm trying to accomplish a Jasmine test (using Karma and IntelliJ 13) to validate JSON files. I… Read more Loading External File From Karma/Jasmine Test

TypeError: 'undefined' Is Not A Function (evaluating 'mockBackend.expectPost(

I am trying to unit test an angularjs controller with Karma, and jasmine. Here is my test suite: de… Read more TypeError: 'undefined' Is Not A Function (evaluating 'mockBackend.expectPost(