Closed milindk740 closed 9 years ago
Hi,
Sorry to have let you wait for a response for such a long time. The project had gotten quite inactive and has recently been taken over by me and some others, hence we're only able to answer your question now.
It appears that you are trying to run the project's unit tests with the project's unit test settings from within your project (given that you've set the Karma configFile to 'node_modules/grunt-mutation-testing/test/fixtures/karma-mocha/karma.conf.js'
and the mutationTest files to ['node_modules/grunt-mutation-testing/test/fixtures/karma-mocha/script*.js']
). Why exactly are you trying to do this? If you want to run the project's unit tests, you should run npm test
inside a clone of the project repository.
If, however, you are trying to run the mutation tests on your project, you need to provide the correct settings:
Hope this helps you out, or that you figured it out yourself in the meantime.
-- Jimi
I don't see any more activity here so I'm going to close this issue
Hi All, for some reason this plugin does not seem to be working for karma. I debugged and what I could see is the server does not start. It always gives a error that "No server is running on". I tried the plugin for mocha it seems to be working fine. But for karma it does not work. following is the code added to the grunt file -
Following is the content of the conf file -
// Karma configuration // Generated on Wed Apr 30 2014 16:43:43 GMT+0200 (CEST)
} ;
Following is the output of the karma.txt file -
Let me know if anyone can help.