awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Coverage, Diagnostics and Reporting · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesCoverage, Diagnostics and Reporting

Explore 2 awesome GitHub repositories matching testing & quality assurance · Coverage, Diagnostics and Reporting. Refine with filters or upvote what's useful.

  1. Home
  2. Testing & Quality Assurance
  3. General Testing Utilities
  4. Test Utilities & Assertions
  5. Coverage, Diagnostics and Reporting

Awesome Coverage, Diagnostics and Reporting GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Identifies unawaited promises and leaked I/O handles to ensure test reliability and clean process exits.

    Rustdenojavascriptrust
  • microsoft/playwright

    microsoft/playwright

    82,810GitHubView on GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior

    Consolidates fragmented test results from multiple shards into a single report by processing blob-formatted data.

    TypeScriptautomationchromechromium

Explore sub-tags

  • Test Coverage CollectionsMetrics and reporting on the percentage of code paths executed during testing.
  • Test Report AggregatorsTools that combine multiple test result files into a single unified report.
  • Test SanitizersMechanisms that detect and report leaked resources or unhandled asynchronous operations during test execution.