1

I have pretty complicated testing infrastructure that I scaffold before the test using gulp runner thus I can't use the build in debugger for unit tests in WebStorm v10.0.0.

During the test execution I generate the test coverage using karma-coverage that lands into reports/unit-test-coverage file.

Question: Can I import this file into WebStorm to see the coverage for my project?

4

1 回答 1

2

不,目前无法将覆盖率报告加载到 IDE 中。请关注WEB-10303

于 2016-03-16T14:38:10.217 回答