awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • microsoft/playwrightالصورة الرمزية لـ microsoft

    microsoft/playwright

    91,074عرض على 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
    عرض على GitHub↗91,074
  • vitest-dev/vitestالصورة الرمزية لـ vitest-dev

    vitest-dev/vitest

    15,970عرض على 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
    عرض على GitHub↗15,970
  • microsoft/playwright-pythonالصورة الرمزية لـ microsoft

    microsoft/playwright-python

    14,279عرض على 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
    عرض على GitHub↗14,279
  • voltagent/voltagentالصورة الرمزية لـ VoltAgent

    VoltAgent/voltagent

    6,020عرض على GitHub↗

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

    TypeScriptagentsaiai-agents
    عرض على GitHub↗6,020
  • google/perfettoالصورة الرمزية لـ google

    google/perfetto

    5,558عرض على 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++
    عرض على 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

استكشف الوسوم الفرعية

  • 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.