2 个仓库
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 是一个 AI 代码修复工具和自愈 Python 运行时,旨在监控脚本的运行时崩溃并自动恢复源代码。它作为一个自动化脚本恢复工具,识别故障并利用大语言模型提出并应用修正。 该系统通过迭代调试循环运行,捕获回溯数据并将其反馈给语言模型,以通过试错法优化修复方案。为了确保安全,它包括一个人在回路 (human-in-the-loop) 的验证机制,在生成的代码更改被修补到原始源文件之前需要手动批准。 该工具涵盖了自动化脚本调试和迭代测试的更广泛功能。它包括可配置的模型路由,允许用户指定首选语言模型并定义自动化修改的确认级别。
Watches executing Python scripts for crashes and captures traceback data to initiate the self-healing process.