Jasmine: How to see the reports in the browser?
问题 THE SITUATION: I am currently running AngularJs unit tests in the console. I open the folder in the console and i run karma start and check the result of the tests in the console. I would like to see the results in the browser but I cannot see them so far. All i can see is this: THE QUESTION: How can i see the reports of the tests in the browser? The proper plugin should be karma-jasmine-html-reporter right? THE CONFIGURATION: karma.conf.js: frameworks: ['jasmine'], files: [ 'bower_components