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 هي أداة إصلاح كود بالذكاء الاصطناعي وبيئة تشغيل Python ذاتية الشفاء مصممة لمراقبة السكربتات بحثاً عن أعطال وقت التشغيل واستعادة الكود المصدري تلقائياً. تعمل كأداة استعادة سكربت آلية تحدد الإخفاقات وتستخدم نماذج لغوية كبيرة لاقتراح وتطبيق التصحيحات. يعمل النظام من خلال دورة تصحيح أخطاء تكرارية تلتقط بيانات تتبع الأخطاء وتغذيها مرة أخرى في نموذج لغوي لتحسين الإصلاحات من خلال التجربة والخطأ. لضمان السلامة، يتضمن آلية تحقق بشرية تتطلب موافقة يدوية قبل تصحيح تغييرات الكود المولدة في ملفات المصدر الأصلية. تغطي الأداة إمكانات أوسع في تصحيح أخطاء السكربتات الآلي والاختبار التكراري. تتضمن توجيهاً نموذجياً قابلاً للتكوين، مما يسمح للمستخدمين بتحديد النماذج اللغوية المفضلة وتحديد مستويات التأكيد للتعديلات الآلية.
Watches executing Python scripts for crashes and captures traceback data to initiate the self-healing process.