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

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

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

3 مستودعات

Awesome GitHub RepositoriesError Simulation Utilities

Tools for injecting network failures into tests.

Explore 3 awesome GitHub repositories matching testing & quality assurance · Error Simulation Utilities. Refine with filters or upvote what's useful.

Awesome Error Simulation Utilities GitHub Repositories

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

    angular/angular

    100,360عرض على GitHub↗

    Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex application requirements such as client-side routing, form management, and internationalization. The project includes a command-line interface for scaffolding and build automation, alongside a testing ecosystem for unit and integration verification. It offers multiple rendering

    Injects network failures and backend errors to test application resilience.

    TypeScriptangularjavascriptpwa
    عرض على GitHub↗100,360
  • nock/nockالصورة الرمزية لـ nock

    nock/nock

    13,103عرض على GitHub↗

    nock is a Node.js HTTP mocking library and request interceptor. It captures outgoing network traffic to specific hosts and paths, returning predefined responses to decouple applications from external servers during automated testing. The project functions as an API expectation framework to verify that specific calls were made with correct parameters. It includes a traffic recorder that captures real network interactions as fixtures for playback and a network simulation tool to introduce artificial latency or trigger network errors. Its capabilities cover request matching via hostnames, paths

    Introduces artificial latency and triggers network errors to test how the application handles failures.

    JavaScripthttpjavascriptmock
    عرض على GitHub↗13,103
  • axllent/mailpitالصورة الرمزية لـ axllent

    axllent/mailpit

    8,764عرض على GitHub↗

    Mailpit is an SMTP mail testing server and web-based email inbox designed to intercept and store outgoing emails for development and integration testing without delivering them to real recipients. It functions as an SMTP mocking tool and relay gateway, allowing users to capture mail traffic and view it through a browser interface. The project distinguishes itself by providing tools for SMTP server simulation, including the ability to inject failure codes to test application resilience. It also includes an email compatibility analyzer that validates HTML rendering, checks link integrity, and s

    Provides tools for injecting SMTP failure codes to test application resilience to network errors.

    Goemail-testinggogolang
    عرض على GitHub↗8,764
  1. Home
  2. Testing & Quality Assurance
  3. API and Network Testing
  4. Network Testing
  5. Error Simulation Utilities