awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • microsoft/playwrightmicrosoft का अवतार

    microsoft/playwright

    91,074GitHub पर देखें↗

    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/cypresscypress-io का अवतार

    cypress-io/cypress

    50,113GitHub पर देखें↗

    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/jestjestjs का अवतार

    jestjs/jest

    45,448GitHub पर देखें↗

    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/seleniumSeleniumHQ का अवतार

    SeleniumHQ/selenium

    34,203GitHub पर देखें↗

    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-librarytesting-library का अवतार

    testing-library/react-testing-library

    19,606GitHub पर देखें↗

    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/fakerstympy का अवतार

    stympy/faker

    11,618GitHub पर देखें↗

    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/capybarateamcapybara का अवतार

    teamcapybara/capybara

    10,166GitHub पर देखें↗

    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/capybarajnicklas का अवतार

    jnicklas/capybara

    10,166GitHub पर देखें↗

    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/bogusbchavez का अवतार

    bchavez/Bogus

    9,700GitHub पर देखें↗

    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-toolbardjango-commons का अवतार

    django-commons/django-debug-toolbar

    8,373GitHub पर देखें↗

    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/moq4Moq का अवतार

    Moq/moq4

    6,387GitHub पर देखें↗

    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/vcrvcr का अवतार

    vcr/vcr

    6,070GitHub पर देखें↗

    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-railsrspec का अवतार

    rspec/rspec-rails

    5,271GitHub पर देखें↗

    rspec-rails is a testing framework that integrates RSpec with Ruby on Rails to provide behavior-driven development tools. It serves as a suite for defining application behavior through a conversational syntax, providing a specialized toolkit for creating behavioral specifications for models, controllers, and views. The project distinguishes itself through automated test generation, providing a command-line interface to create boilerplate specification files for Rails components such as models, controllers, and background jobs. It further differentiates its capabilities with a comprehensive mo

    Testing framework for Rails.

    Ruby
    GitHub पर देखें↗5,271
  • colszowka/simplecovcolszowka का अवतार

    colszowka/simplecov

    4,902GitHub पर देखें↗

    SimpleCov एक Ruby कोड कवरेज टूल और एनालिसिस इंजन है जिसका उपयोग यह ट्रैक करने के लिए किया जाता है कि परीक्षणों के दौरान कोड की कौन सी लाइनें, शाखाएं और मेथड्स निष्पादित होती हैं। यह एक कवरेज थ्रेशोल्ड एनफोर्सर और टेस्ट सूट एग्रीगेटर के रूप में कार्य करता है। यह टूल समानांतर वर्कर प्रक्रियाओं से कवरेज परिणामों को एक एकल एकीकृत रिपोर्ट में मर्ज करने की क्षमता के माध्यम से खुद को अलग करता है। यह कवरेज रिग्रेशन का पता लगाने के लिए बेसलाइन तुलना का समर्थन करता है। इसकी व्यापक क्षमताओं में मल्टी-फॉर्मेट रिपोर्ट जनरेशन, सोर्स फाइल ग्रुपिंग और रेगुलर एक्सप्रेशंस का उपयोग करके फाइल फिल्टरिंग शामिल है। सिस्टम सांख्यिकी प्रदर्शित करने और अनकवर्ड फाइलों को सूचीबद्ध करने के लिए एक कमांड-लाइन इंटरफेस भी प्रदान करता है।

    Code coverage analysis tool.

    Ruby
    GitHub पर देखें↗4,902
  • xunit/xunitxunit का अवतार

    xunit/xunit

    4,535GitHub पर देखें↗

    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/webmockbblimke का अवतार

    bblimke/webmock

    4,050GitHub पर देखें↗

    WebMock, HTTP रिक्वेस्ट स्टबिंग, रिस्पॉन्स सिमुलेशन, और नेटवर्क इंटरसेप्शन के लिए एक Ruby लाइब्रेरी है। यह आउटगोइंग HTTP ट्रैफ़िक को सत्यापित करने के लिए एक टेस्ट असर्शन फ्रेमवर्क और एक नेटवर्क इंटरसेप्शन लेयर के रूप में कार्य करता है जो परीक्षण के दौरान आकस्मिक अनुरोधों को रोकने के लिए बाहरी कनेक्शन को ब्लॉक करता है। यह प्रोजेक्ट गतिशील रिस्पॉन्स निर्माण और एक ही एंडपॉइंट पर बार-बार अनुरोधों के लिए विभिन्न रिटर्न मानों के अनुक्रमण के लिए क्षमताएं प्रदान करता है। यह नेटवर्क विफलताओं, जैसे कि टाइमआउट या अपवादों को सिम्युलेट करने का समर्थन करता है, और स्थानीय फ़ाइलों से लोड किए गए कच्चे HTTP डेटा का उपयोग करके रिस्पॉन्स रिप्ले की अनुमति देता है। यह लाइब्रेरी API सिमुलेशन और नेटवर्क नियंत्रण कार्यों की एक विस्तृत श्रृंखला को कवर करती है, जिसमें URI और हेडर के आधार पर रिक्वेस्ट मिलान, रिक्वेस्ट सिग्नेचर रिकॉर्डिंग, और आउटबाउंड ट्रैफ़िक फ़िल्टरिंग शामिल है। इसमें कस्टम कॉलबैक के माध्यम से नेटवर्क घटनाओं को इंटरसेप्ट और लॉग करने के लिए निगरानी उपयोगिताएं भी शामिल हैं।

    HTTP request stubbing.

    Ruby
    GitHub पर देखें↗4,050
  • fluentassertions/fluentassertionsfluentassertions का अवतार

    fluentassertions/fluentassertions

    3,815GitHub पर देखें↗

    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-matchersthoughtbot का अवतार

    thoughtbot/shoulda-matchers

    3,582GitHub पर देखें↗

    Simple one-liner tests for common Rails functionality

    RSpec matchers for Rails functionality.

    Ruby
    GitHub पर देखें↗3,582
  • travisjeffery/timecoptravisjeffery का अवतार

    travisjeffery/timecop

    3,425GitHub पर देखें↗

    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/minitestseattlerb का अवतार

    seattlerb/minitest

    3,408GitHub पर देखें↗

    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