问题
Is it possible to get test coverage for casperJS tests? (Like istanbul or mocha-lcov). I googled a lot and could not find any official or unofficial coverage tool.
回答1:
Look at this casper issue: https://github.com/gotwarlost/istanbul/issues/153 Currently Istanbul is recommended: https://github.com/gotwarlost/istanbul-middleware
来源:https://stackoverflow.com/questions/25229613/casperjs-test-coverage