Sergey Simonchik
Sergey Simonchik
To make it possible to fix this issue Karma reporter API needs to be improved: https://github.com/karma-runner/karma/issues/501 .
UI displays the live time of "karma run" process. It's also possible to show to elapsed time for each test (click gear icon in 'Test Run' tab and check 'Show...
Thanks, reproduced. Caused by current working directory specified when running karma process. When running `test/karma-idea.config.js` in terminal, cwd=`/path/to/prescribe`. However, karma-intellij sets cwd=`/path/to/prescribe/test`. I thought karma is cwd-agnostic, but looks like...
Tried to create `prescribe/karma.conf.js` with this content ``` javascript module.exports = require('./test/karma-idea.config'); ``` And it fails in Terminal when running as `./node_modules/karma/bin/karma start karma.conf.js`. No ideas why. At the same...
Great! It works for me too. However, I'm still in the dark why this doesn't work, `prescribe/karma.conf.js`: ``` javascript require('babel-register'); module.exports = require('./test/karma-coverage.config.babel'); ```
@Macavity Not sure I understand your problem fully. Could you please provide mode details about it in a separate issue?
@G-Rath Thank you very much for the change. @DmitryMakhnev will take care from the WebStorm side.
I also encountered this problem. Is it expected to return "undefined" when passing `--json`?