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 test runner detailed test report in console

I just started with unit test my angular app with karma. Everything working as expected Chrome 26.0 (Windows): Executed 1 of 1 Chrome 26.0 (…

karma-runner
Global variables in Karma test runner

I have a global variable defined in my main template, which I use to store information bits from the back …

javascript unit-testing angularjs jasmine karma-runner
How to debug Karma tests in Visual Studio Code?

I want to debug Karma tests in VS Code but I did not find out how. Is there any way …

visual-studio karma-runner visual-studio-code
Loading external file from Karma/Jasmine test

I'm trying to accomplish a Jasmine test (using Karma and IntelliJ 13) to validate JSON files. Ideally, my test would simply …

javascript json intellij-idea jasmine karma-runner
karma error 'There is no timestamp for'

Trying to get karma working with requirejs. I don't understand why I am getting all of these errors when running …

requirejs karma-runner
Can Protractor and Karma be used together?

If Protractor is replacing Angular Scenario Runner for E2E testing, does that mean I will still be able to …

javascript angularjs testing protractor karma-runner
Angular 2 unit testing - getting error Failed to load 'ng:///DynamicTestModule/module.ngfactory.js'

I have angular 2 webpack application, all webpack,karma configuration created as per angular.io webpack guide. I am not using …

angular webpack karma-runner
Setting environment variable for CHROME_BIN does not work

I'm trying to use Karma for testing my js scripts. In the doc it says I should set the environment …

environment-variables karma-runner
How can I run tests with a headless browser?

Using: ng test Angular CLI runs the tests by default in Chrome, which is great, but what if I need …

angular unit-testing jasmine karma-runner angular-cli
Cannot install phantomJS in Karma

WARN [config]: config.configure() is deprecated, please use config.set() instead. WARN [plugin]: Cannot find plugin "karma-phantomjs". Did you forget …

phantomjs gruntjs karma-runner