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

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

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

104 مستودعات

Awesome GitHub RepositoriesTesting

Frameworks and utilities for verifying application code.

Explore 104 awesome GitHub repositories matching part of an awesome list · Testing. Refine with filters or upvote what's useful.

Awesome Testing GitHub Repositories

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

    microsoft/playwright

    91,074عرض على GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior in consistent, isolated environments. The framework distinguishes itself through a web-first testing paradigm that prioritizes stability and resilience. By utilizing an auto-waiting actionability engine and accessibility-tree-based locators, it eliminates common sources of test

    Automation framework for cross-browser testing.

    TypeScriptautomationchromechromium
    عرض على GitHub↗91,074
  • cypress-io/cypressالصورة الرمزية لـ cypress-io

    cypress-io/cypress

    50,113عرض على GitHub↗

    Cypress is a browser-based testing framework designed for writing and running automated tests directly inside the browser. It serves as an end-to-end testing framework, a frontend component testing tool, and a web application test runner. The project also functions as a headless browser automation tool and a network traffic interceptor. The system differentiates itself by executing test code within the same browser process as the application, allowing for direct access to the DOM. It includes a network traffic interception system to stub and manipulate browser requests, as well as a graphical

    End-to-end testing framework for browser-based applications.

    TypeScriptangular-testing-librarycomponent-testingcypress
    عرض على GitHub↗50,113
  • jestjs/jestالصورة الرمزية لـ jestjs

    jestjs/jest

    45,448عرض على GitHub↗

    Jest is a JavaScript testing framework designed for writing and running automated test suites to verify the correctness of JavaScript and TypeScript code. It functions as a comprehensive toolset that integrates a test runner, a mocking and spying library, a snapshot testing tool, and a code coverage tool. The framework distinguishes itself through snapshot testing, which records the serialized state of data structures to detect regressions in future executions. It also includes a mocking and spying library for simulating external dependencies and tracking function calls to isolate code during

    Comprehensive JavaScript testing framework.

    TypeScripteasyexpectationfacebook
    عرض على GitHub↗45,448
  • seleniumhq/seleniumالصورة الرمزية لـ SeleniumHQ

    SeleniumHQ/selenium

    34,203عرض على GitHub↗

    Selenium is a comprehensive browser automation framework that provides a standardized interface for controlling web browsers to perform automated tasks, user interactions, and data extraction. It functions as a cross-browser testing tool, enabling developers to execute identical automation scripts across various browser engines and operating systems to ensure consistent application behavior. By implementing the WebDriver protocol, it maps high-level automation commands to browser-specific drivers using a standardized HTTP-based wire protocol. The project distinguishes itself through its distr

    WebDriver bindings.

    Javadotnetjavajavascript
    عرض على GitHub↗34,203
  • testing-library/react-testing-libraryالصورة الرمزية لـ testing-library

    testing-library/react-testing-library

    19,606عرض على GitHub↗

    React Testing Library is a testing framework for verifying React components by interacting with rendered output instead of internal implementation details. It functions as a DOM testing utility and a frontend integration testing tool that mounts components into a virtual document object model for execution within Node.js environments. The library utilizes an accessibility-first query engine to locate user interface elements via ARIA roles and labels. This approach ensures web accessibility standards are met by mirroring how users perceive the interface rather than relying on implementation-sp

    Utilities for testing components from a user-centric perspective.

    JavaScriptjavascriptreactjstesting
    عرض على GitHub↗19,606
  • stympy/fakerالصورة الرمزية لـ stympy

    stympy/faker

    11,618عرض على GitHub↗

    Faker is a synthetic data generation library used to create realistic but fake information, such as names, addresses, and phone numbers, for software testing and database population. It functions as a tool for producing synthetic test data to fill development databases with records that simulate production environments. The library provides localized data generation, allowing synthetic information to be customized for specific geographic regions and language formats. It also includes a mechanism for unique value enforcement to prevent the repetition of generated data by tracking and rejecting

    Generates fake data.

    Ruby
    عرض على GitHub↗11,618
  • teamcapybara/capybaraالصورة الرمزية لـ teamcapybara

    teamcapybara/capybara

    10,166عرض على GitHub↗

    Capybara is a browser automation library and web application acceptance test framework used to simulate user behavior and verify functional requirements. It serves as a cross-browser testing tool and headless browser orchestrator, allowing for the execution of test suites across multiple browser engines. The project provides a driver-agnostic interaction layer that abstracts different browser engines, enabling users to switch between headless and full browser drivers. It supports multi-user session simulation by maintaining independent browser states and cookies to test interactions between i

    Acceptance testing for web applications.

    Ruby
    عرض على GitHub↗10,166
  • jnicklas/capybaraالصورة الرمزية لـ jnicklas

    jnicklas/capybara

    10,166عرض على GitHub↗

    Capybara is a browser automation testing library and framework for web application acceptance testing. It provides a high-level API for automating browser navigation and element interaction to validate user-facing features. The project features a cross-browser driver interface that allows switching between headless and full browser environments without modifying the underlying test code. This abstraction enables the simulation of complex web workflows across different browser drivers and environments. The suite covers user interaction simulation, including form filling, click events, and bro

    Browser simulation for web testing.

    Ruby
    عرض على GitHub↗10,166
  • bchavez/bogusالصورة الرمزية لـ bchavez

    bchavez/Bogus

    9,700عرض على GitHub↗

    Bogus is a fake data generator for .NET applications, including C#, F#, and VB.NET. It provides a deterministic mock data engine and an object configuration mapper to produce realistic profiles, addresses, and financial records. The library differentiates itself through a localization data provider that generates region-specific identifiers across various international languages and locales. It ensures reproducibility across executions by using seed values to control the sequence of generated data. The project covers wide-ranging data synthesis capabilities, including the generation of netwo

    Fake data generator.

    C#bogusc-sharpcsharp
    عرض على GitHub↗9,700
  • django-commons/django-debug-toolbarالصورة الرمزية لـ django-commons

    django-commons/django-debug-toolbar

    8,373عرض على GitHub↗

    django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP requests and responses within a Django web application. It serves as a server-side diagnostics tool and web framework development suite, allowing developers to profile and inspect request-response cycles. The tool focuses on Django application troubleshooting, database optimization, and general web development. It enables the analysis of SQL queries and database performance to identify slow calls and reduce the number of requests per page. The software includes capabilities for

    Request and response debugging panels.

    Python
    عرض على GitHub↗8,373
  • moq/moq4الصورة الرمزية لـ Moq

    Moq/moq4

    6,387عرض على GitHub↗

    Moq4 is a .NET mocking framework used to create simulated implementations of interfaces and abstract classes. It serves as a test double generator and behavior verification tool, allowing developers to isolate code during unit testing by replacing real dependencies with programmed mocks. The framework enables the definition of expected method behaviors and return values to control the execution flow of tests. It provides specialized capabilities for simulating methods that use output or reference parameters and mechanisms to monitor and trigger events on simulated objects. The library includ

    Mocking framework.

    C#
    عرض على GitHub↗6,387
  • vcr/vcrالصورة الرمزية لـ vcr

    vcr/vcr

    6,070عرض على GitHub↗

    VCR is a Ruby library that records and replays HTTP interactions during test runs, storing them in serialized cassette files. It captures real HTTP requests and responses, then serves those recorded responses instead of making actual network calls, enabling fast and deterministic test suites that work offline. The library provides configurable request matching, allowing comparisons based on method, URI, host, path, body, or headers to find the correct recorded response. It supports scheduled cassette re-recording to automatically refresh stored interactions at a configurable interval, keeping

    Records and replays HTTP interactions.

    Ruby
    عرض على GitHub↗6,070
  • rspec/rspec-railsالصورة الرمزية لـ rspec

    rspec/rspec-rails

    5,271عرض على GitHub↗

    rspec-rails هو إطار عمل للاختبار يدمج RSpec مع Ruby on Rails لتوفير أدوات تطوير قائمة على السلوك (BDD). يعمل كمجموعة لتعريف سلوك التطبيق من خلال بناء جملة حواري، مما يوفر مجموعة أدوات متخصصة لإنشاء مواصفات سلوكية للنماذج، والمتحكمات، وطرق العرض. يتميز المشروع بإنشاء الاختبارات الآلي، حيث يوفر واجهة سطر أوامر لإنشاء ملفات مواصفات جاهزة لمكونات Rails مثل النماذج، والمتحكمات، ومهام الخلفية. كما يميز قدراته بمكتبة شاملة للسخرية (Mocking) والتقطيع (Stubbing) ومجموعة تكامل تطبيقات الويب المصممة لمحاكاة دورات الطلب الكاملة وتفاعلات المتصفح. يغطي إطار العمل مساحة واسعة من اختبارات التكامل، بما في ذلك التحقق من تعيين المسارات، والتحقق من محتوى البريد، وتنفيذ مهام الخلفية. يوفر مجموعة واسعة من تأكيدات الاختبار للتحقق من حالة الكائن، وحالات استجابة HTTP، ونتائج استعلام قاعدة البيانات، إلى جانب أدوات لإدارة بدائل الاختبار عبر الجواسيس (Spies) والتقطيع. يتضمن النظام ملفاً تنفيذياً لسطر الأوامر لتنفيذ الاختبارات ومتجراً دائماً للتكوين لتوحيد الإعدادات عبر البيئات.

    Testing framework for Rails.

    Ruby
    عرض على GitHub↗5,271
  • colszowka/simplecovالصورة الرمزية لـ colszowka

    colszowka/simplecov

    4,902عرض على GitHub↗

    SimpleCov is a Ruby code coverage tool and analysis engine used to track which lines, branches, and methods of code execute during tests. It functions as a coverage threshold enforcer and test suite aggregator, recording execution data to identify untested areas of an application. The tool distinguishes itself through the ability to merge coverage results from parallel worker processes and subprocesses into a single unified report. It supports baseline comparison to detect coverage regressions and can gather data from code executed via dynamic evaluation methods, such as those used in templat

    Code coverage analysis tool.

    Ruby
    عرض على GitHub↗4,902
  • xunit/xunitالصورة الرمزية لـ xunit

    xunit/xunit

    4,535عرض على GitHub↗

    xunit is a unit testing framework for the .NET ecosystem designed to execute isolated code units and report failures across multiple platforms. It functions as a data-driven test runner and a native AOT test suite, capable of verifying compiled binaries and standalone executables after ahead-of-time compilation. The framework utilizes build-time source generators for test discovery to define test cases without relying on runtime reflection. It also features an extensible reporting system where custom logic can be linked into test assemblies to output results in specialized formats. The proje

    Unit testing tool.

    C#c-sharpdotnetunit-testing
    عرض على GitHub↗4,535
  • bblimke/webmockالصورة الرمزية لـ bblimke

    bblimke/webmock

    4,050عرض على GitHub↗

    WebMock is a Ruby library for HTTP request stubbing, response simulation, and network interception. It serves as a test assertion framework for verifying outgoing HTTP traffic and a network interception layer that blocks external connections to prevent accidental requests during testing. The project provides capabilities for dynamic response generation and the sequencing of different return values for repeated requests to the same endpoint. It supports simulating network failures, such as timeouts or exceptions, and allows for response replays using raw HTTP data loaded from local files. The

    HTTP request stubbing.

    Ruby
    عرض على GitHub↗4,050
  • fluentassertions/fluentassertionsالصورة الرمزية لـ fluentassertions

    fluentassertions/fluentassertions

    3,815عرض على GitHub↗

    FluentAssertions is a library of extension methods for .NET that provides a human-readable syntax for verifying expectations in unit tests. It serves as a validation layer that integrates with MSTest, NUnit, and xUnit to throw framework-specific exceptions upon assertion failure. The project includes a structural equivalency engine that performs deep member-by-member validation of .NET objects using configurable matching rules. It is designed for test-driven and behavior-driven development by generating descriptive failure messages that explain the difference between actual and expected resul

    Fluent assertion library for tests.

    C#assertionsbdd-stylec-sharp
    عرض على GitHub↗3,815
  • thoughtbot/shoulda-matchersالصورة الرمزية لـ thoughtbot

    thoughtbot/shoulda-matchers

    3,582عرض على GitHub↗

    Simple one-liner tests for common Rails functionality

    RSpec matchers for Rails functionality.

    Ruby
    عرض على GitHub↗3,582
  • travisjeffery/timecopالصورة الرمزية لـ travisjeffery

    travisjeffery/timecop

    3,425عرض على GitHub↗

    A gem providing "time travel", "time freezing", and "time acceleration" capabilities, making it simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.

    Time manipulation for testing.

    Ruby
    عرض على GitHub↗3,425
  • seattlerb/minitestالصورة الرمزية لـ seattlerb

    seattlerb/minitest

    3,408عرض على GitHub↗

    minitest provides a complete suite of testing facilities supporting TDD, BDD, and benchmarking.

    Complete testing suite for TDD and BDD.

    Ruby
    عرض على GitHub↗3,408
السابق12345…6التالي
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Testing