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

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

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

4 مستودعات

Awesome GitHub RepositoriesTesting Frameworks and Tools

Libraries and runners for unit, integration, and automated testing.

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

Awesome Testing Frameworks and Tools GitHub Repositories

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

    karma-runner/karma

    11,958عرض على GitHub↗

    Karma is a JavaScript test runner designed for executing test suites across multiple real web browsers to ensure cross-browser compatibility. It functions as a browser-based execution system that launches browsers, captures console output, and provides a command line interface for running automated tests within continuous integration pipelines. The project utilizes a plugin architecture that allows for the integration of third-party launchers, reporters, and preprocessors. It employs an adapter-based framework to execute tests from various assertion libraries through a unified runner interfac

    Test runner that executes code in multiple real browsers.

    JavaScript
    عرض على GitHub↗11,958
  • angular/protractorالصورة الرمزية لـ angular

    angular/protractor

    8,694عرض على GitHub↗

    Protractor is a WebDriver-based end-to-end testing framework and browser automation tool. It serves as a frontend integration test suite used to verify web application flows by simulating user behavior and executing JavaScript within a browser. The framework is specifically designed for testing Angular applications, providing specialized locators and synchronization tools that align with the framework lifecycle. It distinguishes itself through automatic test step synchronization, which pauses execution until pending page tasks are completed to ensure stable browser execution. The tool covers

    End-to-end test framework for AngularJS applications.

    JavaScriptangularend-to-endjavascript
    عرض على GitHub↗8,694
  • visionmedia/should.jsالصورة الرمزية لـ visionmedia

    visionmedia/should.js

    2,734عرض على GitHub↗

    should is an expressive, readable, test framework agnostic, assertion library. Main goals of this library to be expressive and to be helpful. It keeps your test code clean, and your error messages helpful.

    BDD-style assertion library for expressive and readable tests.

    JavaScript
    عرض على GitHub↗2,734
  • learnboost/expect.jsالصورة الرمزية لـ LearnBoost

    LearnBoost/expect.js

    2,098عرض على GitHub↗

    Minimalistic BDD assertion toolkit based on should.js

    Minimalist assertion library for Node.js and browser environments.

    JavaScript
    عرض على GitHub↗2,098
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Testing Frameworks and Tools