-
Notifications
You must be signed in to change notification settings - Fork 0
Support for karma preprocessors #19
Comments
Yes please :) |
@zxxc we just released 0.3.5 of stryker-karma-runner, can you confirms this fixes the issue for you? |
Hello, |
@nicojs no, issue is reproduced. i was trying to use preprocessors from karma.conf.js |
I have the same propblem when I try to use the @angular/cli preproccessor |
We have a project running Closure framework, we added Jasmine for testing and Karma as a test runner, now we are trying to integrate Stryker for mutation testing, we are facing difficulties integrating it, it cannot read and locate the tests, If you can help me and my team to solve this issue I will appreciate it very much. Thanks, |
In order to support things like karma preprocessors we should run child processes from their respective sandbox folder. I tested stryker with a karma preprocessor here: https://github.com/nicojs/karma-preprocessor-stryker-test and it doesn't work.
The text was updated successfully, but these errors were encountered: