awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesError Configuration Settings

Custom settings applied to error classes and instances to control processing and reporting behavior.

Distinct from Tool Processing Error Reporters: Distinct from Tool Processing Error Reporters: focuses on general error class configuration rather than tool-specific logic failure reporting.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Error Configuration Settings. Refine with filters or upvote what's useful.

Awesome Error Configuration Settings GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • codeception/codeceptionAvatar Codeception

    Codeception/Codeception

    4,855Vezi pe GitHub↗

    Codeception este un framework de testare full-stack pentru aplicații PHP care oferă o interfață unificată pentru testarea unitară, funcțională și de acceptanță. Servește ca instrument pentru automatizarea browserelor reale desktop și mobile prin protocolul WebDriver și acționează ca un client pentru testarea API-urilor REST și SOAP. Framework-ul se distinge prin suportul pentru Behavior-Driven Development (BDD), permițând utilizatorilor să scrie specificații de test lizibile de către oameni în limbajul Gherkin pentru a alinia testele tehnice cu cerințele de business. Implementează maparea acțiunilor bazată pe actori pentru a conecta acești pași în limbaj natural la metode PHP executabile. Capabilitățile sale acoperă o arie largă, inclusiv verificarea și gestionarea stării bazei de date pentru stocuri SQL și NoSQL, simularea fluxurilor de lucru ale utilizatorilor prin automatizarea browserului și validarea structurilor de date API folosind JSON și XML. De asemenea, oferă instrumente pentru măsurarea acoperirii codului (code coverage) și gestionarea ciclurilor de viață ale testelor prin injecție de dependențe și manipularea containerelor de servicii. Proiectul include un proces ghidat de instalare prin linie de comandă pentru a genera boilerplate-uri de test standardizate și fișiere de configurare.

    Provides configuration settings to set global or per-suite error reporting levels.

    PHP
    Vezi pe GitHub↗4,855
  • wordpress/wordpress-coding-standardsAvatar WordPress

    WordPress/WordPress-Coding-Standards

    2,757Vezi pe GitHub↗

    WordPress Coding Standards is a collection of rules for the PHP CodeSniffer engine designed to enforce consistent coding conventions and best practices within PHP projects. It functions as a specialized static analysis tool that scans source code to identify style violations, security vulnerabilities, and potential bugs before execution. By integrating into development workflows, it ensures that code adheres to official project conventions, maintaining readability and consistency across large-scale plugin and theme development. The project distinguishes itself through deep domain-specific val

    Customizes the handling of error control operators by defining allowed functions and setting message display limits.

    PHPcoding-conventionsphp-codesnifferphpcs
    Vezi pe GitHub↗2,757
  • ehmicky/modern-errorsAvatar ehmicky

    ehmicky/modern-errors

    1,482Vezi pe GitHub↗

    This library provides a comprehensive framework for managing errors in JavaScript and TypeScript applications. It enables the creation of structured, type-safe error hierarchies, allowing developers to define custom error classes that ensure consistent behavior and categorization across a codebase. The project distinguishes itself through a modular plugin architecture that allows for the extension of core error functionality, such as custom logging, serialization, and validation. It includes an exception normalization pipeline that converts non-standard or malformed errors into predictable in

    Allows custom configuration of error behavior for specific classes or instances to control how errors are processed.

    JavaScriptbrowsercausecode-quality
    Vezi pe GitHub↗1,482
  • josephlenton/php-errorAvatar JosephLenton

    JosephLenton/PHP-Error

    1,335Vezi pe GitHub↗

    PHP-Error is a web development utility and error handler that intercepts application exceptions, syntax errors, and fatal errors to replace default engine output with formatted HTML diagnostic pages during local testing. It activates automatically upon startup without requiring manual initialization calls within project code. The system features interactive diagnostics that include contextual syntax highlighting for code snippets, path-based stack trace filtering to separate external library code from application logic, and inline remote file editing capabilities that persist code modificatio

    Error display can be silently deactivated across the entire application using configuration settings when moving to production environments.

    PHP
    Vezi pe GitHub↗1,335
  1. Home
  2. Software Engineering & Architecture
  3. Error Reporting
  4. Tool Processing Error Reporters
  5. Error Configuration Settings

Explorează sub-etichetele

  • Error Suppression SettingsConfiguration for defining allowed functions and display limits for error control operators. **Distinct from Error Configuration Settings:** Distinct from general error reporting: specifically focuses on configuring error suppression operators.