istanbul.js.org Open in urlscan Pro
2606:4700:20::ac43:4940  Public Scan

URL: https://istanbul.js.org/integrations/
Submission: On July 18 via manual from JP — Scanned from JP

Form analysis 0 forms found in the DOM

Text Content

istanbul
TutorialsAdvanced FeaturesContributingIntegrationsFAQGitHub


TOOLS THAT INTEGRATE WITH ISTANBUL API'S

The following tools integrate with Istanbul to provide JavaScript test coverage:

 * nyc: command line tool for instrumenting code with Istanbul coverage (the
   successor to the istanbul command line tool).
 * c8: Command line tool for executing code with V8's built in coverage enabled.
   Uses Istanbul reports for displaying coverage.
 * Jest: JavaScript testing solution that works out of the box for any
   JavaScript project. Uses Istanbul's API for collecting coverage data and
   providing coverage reports.
 * node-tap: a testing framework that bundles nyc for test coverage.

Istanbul · v1 · Revised BSD License

Website generated with <Phenomic />