web-component-tester-istanbul
Coverage tester
A plugin for web-component-tester that collects and reports test coverage using Istanbul
Instanbul coverage reporting for projects being tested by web-component-tester
28 stars
8 watching
29 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
istanbuljs/babel-plugin-istanbul | A Babel plugin that adds instrumentation to JavaScript code to facilitate coverage analysis during testing | 630 |
artberri/rollup-plugin-istanbul | A plugin that enables code instrumentation and coverage reporting for Rollup-based projects | 43 |
alex-seville/blanket | A JavaScript code coverage tool that adds statistics to existing tests, providing insight into which parts of the code are covered by tests. | 1,401 |
ember-cli-code-coverage/ember-cli-code-coverage | A tool for measuring code coverage in JavaScript-based Ember.js applications | 195 |
anishkny/playwright-test-coverage | An extension to Playwright test that measures code coverage during end-to-end testing with Istanbul | 83 |
tntim96/jscover | Measures code coverage in JavaScript applications to ensure test reliability and quality | 399 |
catchpoint/webpagetest.api-nodejs | A NodeJS wrapper for the WebPageTest API to automate web page performance testing and analysis | 1,640 |
vladopajic/go-test-coverage | Tools to report on test coverage issues and ensure higher code quality | 87 |
istanbuljs/spawn-wrap | Libraries that modify spawned Node.js processes to execute with custom environment and arguments | 36 |
dekujs/component-mock | A utility for wrapping and testing React components in isolation | 6 |
thehackerdev/race-the-web | Tests for race conditions in web applications by sending multiple requests simultaneously and verifying responses | 589 |
vadimdemedes/trevor | Automates testing of multiple Node.js versions locally without changing the development environment. | 2,112 |
benbria/coffee-coverage | Instruments CoffeeScript files to measure code coverage using Istanbul, JSCoverage, or Streamline styles. | 145 |
nodeca/navit | A tool for automating browser tests with Electron | 48 |
devexpress/testcafe-react-selectors | A plugin for TestCafe that simplifies testing ReactJS applications by providing extensions to select and interact with components. | 203 |