|
Code Coverage is a metric used in software development describing the amount of code that has been tested. The higher it is the better it is.
Istanbul is a toolkit from Yahoo for helping developers in testing their code.
Can be used from a command line or as a programmatic library.
Istanbul works with client-side (browsers) and server-side (Node.js) environments.
Requirements:
· JavaScript enabled on client side
· Node.js (for server side environments)
Via: Istanbul 0.1.29
0 Comment:
Post a Comment