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

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

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

Raathigesh/majestic

0
View on GitHub↗
7,457 نجوم·171 تفرعات·TypeScript·MIT·7 مشاهدات

Majestic

Majestic is a graphical user interface for executing and managing Jest test suites. It serves as a test runner GUI that allows for the execution of all tests or specific files, providing a visual environment for monitoring results in real time.

The tool includes a code coverage visualizer to identify untested parts of a codebase by reviewing detailed coverage reports. It also provides a debugging interface for troubleshooting test failures through direct access to console output and error details, and a visual interface for managing and aligning test snapshots.

Additional capabilities cover automated test monitoring with automatic re-runs triggered by file changes, as well as test suite search for locating and executing specific tests.

Features

  • Test Runner GUIs - Provides a graphical interface for running and controlling Jest test suites instead of using the command line.
  • Test Triggering Monitors - Tracks test results in real time and triggers automatic re-runs when files are updated.
  • Visual Test Execution - Enables the execution of all tests or specific files through a graphical user interface.
  • Code Coverage Analysis - Provides visual analysis of code coverage reports to identify untested parts of the codebase.
  • Test Failure Debugging Tools - Offers a dedicated interface for troubleshooting test failures via console output and error details.
  • Test Suite Runners - Acts as a graphical test suite runner for executing Jest tests and monitoring real-time results.
  • File Watchers - Monitors source code changes to automatically trigger test re-runs in real time.
  • Snapshot Testing - Provides a visual interface for aligning stored test snapshots with the current project state.
  • Snapshot Diffing - Compares stored test snapshots with current outputs to display discrepancies within a graphical viewer.
  • Test File Discovery - Automatically scans project directories to build a navigable tree of test files for targeted execution.
  • Test Suite Filters - Enables the location and execution of specific test suites by filtering available tests.
  • Test User Interfaces - Zero-configuration graphical user interface for test suites

سجل النجوم

مخطط تاريخ النجوم لـ raathigesh/majesticمخطط تاريخ النجوم لـ raathigesh/majestic

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

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

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

Start searching with AI

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

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

    avajs/ava

    20,849عرض على GitHub↗

    Ava is a test runner for JavaScript and TypeScript designed to execute test suites with a focus on concurrency and isolation. It serves as a concurrent test executor that runs test files in parallel across multiple processes to reduce total runtime and prevent state leakage between suites. The project features a built-in snapshot testing framework that saves large data structures to disk and compares subsequent executions to detect regressions via diffs. It is also compatible with the Test Anything Protocol, allowing it to export results for use with external reporting tools. Its capability

    JavaScriptassertasyncasync-functions
    عرض على GitHub↗20,849
  • jquery/qunitالصورة الرمزية لـ jquery

    jquery/qunit

    4,035عرض على GitHub↗

    QUnit is a JavaScript unit testing framework designed to verify code behavior using assertions and lifecycle hooks across browsers and server runtimes. It functions as a browser-based test runner with an HTML interface for reporting results, an asynchronous test orchestrator for coordinating callbacks, and a utility for isolating and verifying document object model changes. The framework distinguishes itself through specialized DOM testing capabilities, allowing for the isolation and resetting of the document object model between tests to ensure atomicity. It also features a system for detect

    JavaScript
    عرض على GitHub↗4,035
  • smartystreets/goconveyالصورة الرمزية لـ smartystreets

    smartystreets/goconvey

    8,415عرض على GitHub↗

    GoConvey is a behavioral testing framework for the Go programming language that provides a test runner, a code coverage tool, and a web-based monitoring dashboard. It integrates with the standard Go test command to organize tests into behavioral stories and conveyors. The project features a web interface that monitors the file system for source code changes and automatically triggers test execution to provide real-time feedback. This dashboard displays test results, failures, and a chronological history of execution status. The framework includes a state assertion system for verifying values

    Go
    عرض على GitHub↗8,415
  • 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

    TypeScriptautomationchromechromium
    عرض على GitHub↗91,074
عرض جميع البدائل الـ 30 لـ Majestic→

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

ما هي وظيفة raathigesh/majestic؟

Majestic is a graphical user interface for executing and managing Jest test suites. It serves as a test runner GUI that allows for the execution of all tests or specific files, providing a visual environment for monitoring results in real time.

ما هي الميزات الرئيسية لـ raathigesh/majestic؟

الميزات الرئيسية لـ raathigesh/majestic هي: Test Runner GUIs, Test Triggering Monitors, Visual Test Execution, Code Coverage Analysis, Test Failure Debugging Tools, Test Suite Runners, File Watchers, Snapshot Testing.

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

تشمل البدائل مفتوحة المصدر لـ raathigesh/majestic: avajs/ava — Ava is a test runner for JavaScript and TypeScript designed to execute test suites with a focus on concurrency and… jquery/qunit — QUnit is a JavaScript unit testing framework designed to verify code behavior using assertions and lifecycle hooks… smartystreets/goconvey — GoConvey is a behavioral testing framework for the Go programming language that provides a test runner, a code… microsoft/playwright — Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow… webdriverio/webdriverio — WebDriverIO is a Node.js test automation framework used for automating functional tests across web browsers and mobile… cypress-io/cypress — Cypress is a browser-based testing framework designed for writing and running automated tests directly inside the…