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.

Karma webpack outputting multiple "webpack: wait until bundle finished"

After the recent releases of webpack 1.14.0 / karma 1.4.0 / karma-webpack 2.2.0, that I now see a lot of these messages when karma starts …

webpack karma-runner karma-jasmine karma-webpack
How to run AngularJS end to end tests on Jenkins?

How can I run AngularJS end to end tests on Jenkins? As far as I understand, e2e tests require …

node.js angularjs jenkins karma-runner angularjs-e2e
Issues getting Karma to work with SystemJS, Angular2 and Typescript

I am facing issues getting Karma to work with SystemJS, Angular2 and Typescript. Here is my karma.conf.js: 'use …

typescript angular karma-runner karma-jasmine systemjs
Configuring code coverage report for Karma on TeamCity

We are setting up TeamCity to run our jasmine tests using node and karma. The tests run fine and results …

javascript node.js reporting teamcity karma-runner
How to make travis execute Angular tests on Chrome ("Please set env variable CHROME_BIN")

I'm working on a sample Angular project generated by yeoman. I am able to run karma tests locally (I set …

angularjs yeoman karma-runner travis-ci
Angular4 how to enable test coverage

I am working on an Angular4 project. I am trying to set up code coverage. I created a very simple …

angular karma-runner karma-coverage
AngularJS Jasmine testing get-request

I have a factory to execute a get request, I'd like to test. Unfortunately the karma test tells me that …

angularjs jasmine karma-runner karma-jasmine
karma tests on chromium

Is it possible to run karma tests with chromium browser, in order to run these karma tests on linux box …

javascript unit-testing google-chrome chromium karma-runner
Vue Unit Test Error: vuex requires a Promise polyfill in this browser

I created a project using vue-cli and added vuex and vue-router in it. I am trying to setup a unit …

javascript unit-testing vue.js karma-runner isparta