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

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

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

alexfernandez/loadtest

0
View on GitHub↗
2,633 نجوم·211 تفرعات·JavaScript·MIT·4 مشاهدات

Loadtest

Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.

Features

  • أطر عمل الاختبار - Automated load testing for web applications.
  • Testing Tools - Run load tests on services.

سجل النجوم

مخطط تاريخ النجوم لـ alexfernandez/loadtestمخطط تاريخ النجوم لـ alexfernandez/loadtest

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Loadtest

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Loadtest.
  • facebook/jestالصورة الرمزية لـ facebook

    facebook/jest

    45,448عرض على GitHub↗

    Jest is a JavaScript testing framework that integrates a test runner, an assertion library, and a snapshot testing tool. Its primary purpose is to provide a comprehensive environment for writing and running automated JavaScript tests to verify software correctness. The framework is distinguished by its snapshot testing capabilities, which capture the state of large objects or rendered components to detect regressions over time. It also features a reactive watch mode that monitors file changes and automatically executes only the tests related to modified code. The project covers a broad range

    TypeScript
    عرض على GitHub↗45,448
  • hypothesisworks/hypothesisالصورة الرمزية لـ HypothesisWorks

    HypothesisWorks/hypothesis

    8,717عرض على GitHub↗

    Hypothesis is a Python property-based testing library and data generation engine. It enables the discovery of edge cases and bugs by generating a wide range of randomized inputs based on defined strategies and shrinking complex failing examples to their smallest possible form. It also functions as a state machine testing framework to verify system behavior across sequences of interdependent operations. The project features a fuzzing integration layer that converts raw byte buffers from coverage-guided fuzzers into structured test cases. It includes a persistence mechanism to store and synchro

    Pythonfuzzingproperty-based-testingpython
    عرض على GitHub↗8,717
  • asweigart/pyautoguiالصورة الرمزية لـ asweigart

    asweigart/pyautogui

    12,564عرض على GitHub↗

    PyAutoGUI is a Python GUI automation library and desktop automation framework. It provides a set of tools for programmatically controlling the mouse and keyboard to automate user interface interactions across different operating systems. The project functions as a cross-platform input simulator and computer vision screen scanner. It enables the simulation of keystrokes and cursor movements to perform repetitive tasks and utilizes screen analysis to locate specific images or pixel colors on the display. Its capability surface includes mouse and keyboard input simulation, screen image capture,

    Python
    عرض على GitHub↗12,564
  • lk-geimfari/mimesisالصورة الرمزية لـ lk-geimfari

    lk-geimfari/mimesis

    4,818عرض على GitHub↗

    Mimesis is a Python synthetic data generator used to create realistic fake datasets and mock data for software testing and development. It functions as a schema-based dataset generator capable of producing structured records and relational datasets, while also serving as a production data anonymizer to replace sensitive information with synthetic values. The library distinguishes itself through comprehensive multilingual support, allowing for the generation of locale-specific information to simulate regional user profiles. It ensures reproducibility through deterministic data generation using

    Pythondatadataframedatascience
    عرض على GitHub↗4,818
عرض جميع البدائل الـ 30 لـ Loadtest→

الأسئلة الشائعة

ما هي وظيفة alexfernandez/loadtest؟

Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.

ما هي الميزات الرئيسية لـ alexfernandez/loadtest؟

الميزات الرئيسية لـ alexfernandez/loadtest هي: أطر عمل الاختبار, Testing Tools.

ما هي البدائل مفتوحة المصدر لـ alexfernandez/loadtest؟

تشمل البدائل مفتوحة المصدر لـ alexfernandez/loadtest: hypothesisworks/hypothesis — Hypothesis is a Python property-based testing library and data generation engine. It enables the discovery of edge… locustio/locust — Locust is a distributed performance testing framework that allows users to define complex system stress scenarios… asweigart/pyautogui — PyAutoGUI is a Python GUI automation library and desktop automation framework. It provides a set of tools for… facebook/jest — Jest is a JavaScript testing framework that integrates a test runner, an assertion library, and a snapshot testing… lk-geimfari/mimesis — Mimesis is a Python synthetic data generator used to create realistic fake datasets and mock data for software testing… microsoft/playwright — Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow…