Testing the CasperJS coverage

Is it possible to get test coverage for casperJS tests? (Like istanbul or mocha-lcov). I've googled a lot and couldn't find an official or unofficial coverage tool.

+3


source to share


1 answer


Have a look at this checkout issue: https://github.com/gotwarlost/istanbul/issues/153 Istanbul is currently recommended: https://github.com/gotwarlost/istanbul-middleware



-1


source







All Articles