Easy test setup without side effects
Provides "ui" for testing frameworks such as mocha/jasmine which allows to define lazy variables and subjects
Helper functions for V8 coverage files.
Jest plugins to emulate RSpec syntax and structure.
Utilities for ESLint plugins.
Use this module to start and stop the V8 inspector manually and collect precise coverage.
V8 coverage provider for Vitest
Data library for istanbul coverage objects
TypeScript definitions for istanbul-lib-coverage
A babel plugin that adds istanbul instrumentation to ES6 code
Adds context as an alternative to describe to jest.
Adds a Given-When-Then DSL to jasmine as an alternative style for specs
A Karma plugin. Generate code coverage.
output coverage reports using Node.js' built in coverage
Istanbul coverage provider for Vitest
A code coverage tool to generate native V8 reports or Istanbul reports.
Super simple DI for JavaScript, targetted mainly at spec test setup
Distributed test runner using Redis as a work queue. Push file paths to a Redis list, then multiple CI runners atomically steal batches and execute them via a configurable command.
Utilities for ESLint plugins.
A Webpack loader that uses Istanbul to add code coverage instrumentation
Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.
This plugin adds `TypeScript` support to `eslint-plugin-import`
A plugin for TypeDoc to generate a documentation coverage badge.
The `postinstall` script helper for handling native bindings in legacy `npm` versions
Filter test results to include only the system under test. A port of minitest-coverage
Rails-RSpec plugin that will track the coverage of routes among your request specs
Allow specify how RSpec specification files cover the implementation.
ChefSpec is a unit testing and resource coverage (code coverage) framework for testing Chef cookbooks ChefSpec makes it easy to write examples and get fast feedback on cookbook changes without the need for virtual machines or cloud servers.
Coverage API Blueprint, Swagger and OpenAPI with RSpec for easily make high-quality API and documenatiton
Smarter Ruby/RSpec coverage reports: Tells you which classes, modules and methods don't have any specs
Creates an after suite hook in RSpec that dynamically creates and injects a new test case that expects the actual code coverage to be at least the lower limit set in SimpleCov.
Creates scaffolds for Twitter Bootstrap with generated RSpec coverage
RSpec Tracer is a specs dependency analyzer, flaky tests detector, tests accelerator, and coverage reporter tool for RSpec. It maintains a list of files for each test, enabling itself to skip tests in the subsequent runs if none of the dependent files are changed. It uses Ruby's built-in coverage library to keep track of the coverage for each test.
Configures RSpec to fail (and exit with with a non-zero exitcode) if the test coverage is below the configured threshold and (optionally) list the lines of code not covered by tests.
ChefSpec is a unit testing and resource coverage (code coverage) framework for testing Chef cookbooks ChefSpec makes it easy to write examples and get fast feedback on cookbook changes without the need for virtual machines or cloud servers.
A beautiful RSpec formatter with TTY progress bars, colored output, and a stunning coverage report table.