Viewing code coverage when debugging Node JS apps

Does Webstorm support similar feature to Theseus for Brackets.io?

The ability to see code coverage is an amazing debug tool!

https://github.com/adobe-research/theseus

I guess this falls under profiling.

0
1 comment

Not possible currently. Code coverage is only supported for unit tests (karma, jsTestDriver)
Related ticket: http://youtrack.jetbrains.com/issue/WEB-1903

0

Please sign in to leave a comment.