2 Repos
Tools that monitor for unhandled exceptions during application execution to trigger test failures.
Distinct from JavaScript Runtime Debuggers: Specifically detects errors to fail a test suite, rather than providing a full interactive debugging environment.
Explore 2 awesome GitHub repositories matching development tools & productivity · Runtime Error Detectors. Refine with filters or upvote what's useful.
TestCafe is a Node.js end-to-end web testing framework used to automate browser tests with JavaScript or TypeScript. It serves as a cross-browser testing tool and a command-line execution engine designed for integration into continuous integration pipelines. The framework supports behavior-driven development by mapping human-readable Gherkin syntax to automation logic. It also includes an integrated web accessibility auditor to identify violations within web applications. The toolset covers a broad range of automation capabilities, including parallel test execution across multiple browser in
Monitors webpages for JavaScript errors during execution and automatically fails tests when an exception occurs.
Wolverine is an AI code repair tool and self-healing Python runtime designed to monitor scripts for runtime crashes and automatically recover the source code. It functions as an automated script recovery tool that identifies failures and utilizes large language models to propose and apply corrections. The system operates through an iterative debugging cycle that captures traceback data and feeds it back into a language model to refine fixes through trial and error. To ensure safety, it includes a human-in-the-loop verification mechanism that requires manual approval before generated code chan
Watches executing Python scripts for crashes and captures traceback data to initiate the self-healing process.