awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesCI Trace Debugging

Tools that analyze and visualize execution logs to identify failures within continuous integration and deployment pipelines.

Explore 2 awesome GitHub repositories matching devops & infrastructure · CI Trace Debugging. Refine with filters or upvote what's useful.

Awesome CI Trace Debugging GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/playwrightAvatar von microsoft

    microsoft/playwright

    91,074Auf GitHub ansehen↗

    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

    Exposes detailed execution traces to inspect individual actions and state changes for diagnosing failures within automated pipelines.

    TypeScriptautomationchromechromium
    Auf GitHub ansehen↗91,074
  • ekzhang/sshxAvatar von ekzhang

    ekzhang/sshx

    7,518Auf GitHub ansehen↗

    sshx is a collaborative remote shell tool that enables multiple users to view and control a terminal session through a secure web browser. It provides a web-based terminal sharing platform featuring end-to-end encryption and real-time multi-user cursor tracking. The project utilizes a distributed mesh proxy to route traffic globally and minimize latency. It incorporates predictive echo to mask network delays and provides a multi-terminal canvas layout for managing and resizing multiple shell instances simultaneously. The system supports secure remote access via invitation links and includes

    Supports troubleshooting failed builds by launching a live collaborative terminal session during paused CI executions.

    Rustcollaborativerustshare
    Auf GitHub ansehen↗7,518
  1. Home
  2. DevOps & Infrastructure
  3. CI CD Pipelines
  4. CI Trace Debugging

Unter-Tags erkunden

  • Actor REPL InterfacesInteractive command-line interfaces for calling actions and subscribing to events of active stateful processes. **Distinct from Interactive Session Debugging:** Distinct from interactive session debugging: provides a REPL for active actor interaction rather than terminal access to a paused CI pipeline.
  • Interactive Session DebuggingAttaching a live interactive terminal to a paused CI pipeline for real-time state inspection. **Distinct from CI Trace Debugging:** Focuses on live terminal access to a paused process rather than static log analysis (trace debugging).