awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesTrace Inspection Tools

Tools that visualize recorded execution traces, including DOM snapshots and network activity, to inspect application state.

Explore 5 awesome GitHub repositories matching development tools & productivity · Trace Inspection Tools. Refine with filters or upvote what's useful.

Awesome Trace Inspection Tools GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/playwrightAvatar de microsoft

    microsoft/playwright

    91,074Ver en 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 in consistent, isolated environments. The framework distinguishes itself through a web-first testing paradigm that prioritizes stability and resilience. By utilizing an auto-waiting actionability engine and accessibility-tree-based locators, it eliminates common sources of test

    Visualizes recorded traces including DOM snapshots and network activity to inspect application state at every step.

    TypeScriptautomationchromechromium
    Ver en GitHub↗91,074
  • vitest-dev/vitestAvatar de vitest-dev

    vitest-dev/vitest

    15,970Ver en GitHub↗

    Vitest is a high-performance testing framework designed for JavaScript and TypeScript applications. It provides an integrated environment that supports unit, integration, and browser-based testing, allowing developers to execute test suites natively without requiring separate build steps or complex configuration. The project distinguishes itself through a highly optimized execution model that leverages worker-thread isolation and on-demand module transformation to provide rapid feedback. It includes a comprehensive suite of mocking and spying utilities that allow for the interception of depen

    Captures detailed logs and traces of browser interactions for debugging test failures.

    TypeScripttesttesting-toolsvite
    Ver en GitHub↗15,970
  • microsoft/playwright-pythonAvatar de microsoft

    microsoft/playwright-python

    14,279Ver en GitHub↗

    Playwright for Python is a browser automation framework designed for end-to-end testing, web scraping, and user interaction simulation. It functions as a headless browser controller that enables programmatic navigation, data extraction, and the execution of complex workflows across multiple rendering engines. The framework distinguishes itself through an actionability-aware interaction engine that automatically verifies element readiness before performing actions, significantly reducing test flakiness. It utilizes isolated browser contexts to maintain separate storage and cookies for parallel

    Records full-fidelity execution traces, including network activity and DOM snapshots, for debugging failed test runs.

    Pythonchromiumfirefoxplaywright
    Ver en GitHub↗14,279
  • voltagent/voltagentAvatar de VoltAgent

    VoltAgent/voltagent

    6,020Ver en GitHub↗

    Loads persisted traces programmatically through a public API for workflow testers.

    TypeScriptagentsaiai-agents
    Ver en GitHub↗6,020
  • google/perfettoAvatar de google

    google/perfetto

    5,558Ver en GitHub↗

    Perfetto is a platform for system-level performance tracing and analysis on Linux and Android. It combines a high-throughput trace recorder, a SQL-based query engine, and a browser-based visualizer into a single toolchain. The platform covers CPU scheduling and call-stack profiling, native and Java heap memory allocation tracking, GPU and graphics events, and system-wide counters such as CPU frequency and power consumption. The architecture decouples trace recording from offline analysis, using a compact protobuf format for event encoding and columnar storage for efficient SQL queries. The we

    Exposes an API to programmatically open traces in the viewer using cross-window messaging.

    C++
    Ver en GitHub↗5,558
  1. Home
  2. Development Tools & Productivity
  3. Debugging, Profiling & Testing
  4. Debugging and Diagnostics
  5. Execution Trace and Log Analyzers
  6. Trace Inspection Tools

Explorar subetiquetas

  • Programmatic Trace InspectorsAPIs for loading persisted traces programmatically for use in workflow testers and internal tools. **Distinct from Trace Inspection Tools:** Distinct from Trace Inspection Tools: focuses on programmatic API access to traces, not visualization.
  • Trace Quality InspectorsProvides a table of error, info, and data loss metrics recorded during trace processing to assess trace quality. **Distinct from Trace Inspection Tools:** Distinct from Trace Inspection Tools: focuses on quality metrics and data loss statistics of the trace processing pipeline, not visualizing recorded execution traces.