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
·

2 repository-uri

Awesome GitHub RepositoriesStructural Correctness Tests

Automated tests that verify the generated HTML structure matches expected patterns for a given implementation.

Distinct from Language-Specific Testing Patterns: No candidate covers the verification of generated HTML structural patterns (smoke testing) specifically.

Explore 2 awesome GitHub repositories matching testing & quality assurance · Structural Correctness Tests. Refine with filters or upvote what's useful.

Awesome Structural Correctness Tests GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • krausest/js-framework-benchmarkAvatar krausest

    krausest/js-framework-benchmark

    7,434Vezi pe GitHub↗

    This project is a suite of analytical tools for quantifying web performance, specifically designed for benchmarking the rendering speed and memory usage of various JavaScript frameworks. It provides a standardized set of DOM manipulation tests and a comparison tool that uses weighted geometric means to measure efficiency across different web implementations. The benchmark harness distinguishes itself by providing deep analysis of DOM reconciliation strategies, comparing the performance and correctness of keyed versus non-keyed rendering. It also includes a memory profiler for tracking allocat

    Verifies the structural correctness of generated HTML to ensure frameworks follow required keyed or non-keyed patterns.

    JavaScript
    Vezi pe GitHub↗7,434
  • yeoman/yoAvatar yeoman

    yeoman/yo

    3,959Vezi pe GitHub↗

    Yo is a Node.js CLI framework and project template orchestrator used to automate the creation of standardized software projects. It functions as an interactive project generator and scaffolding runner that produces customized source code and manifests based on user input and predefined templates. The system utilizes a plugin-based architecture to discover and execute external setup tools. It distinguishes itself through a memory-first file system that resolves conflicts before committing changes to disk and a priority-queue task orchestration model to ensure the correct execution order of com

    Performs specialized assertions on created files and directories to ensure the correct project structure was produced.

    JavaScript
    Vezi pe GitHub↗3,959
  1. Home
  2. Testing & Quality Assurance
  3. Structural Correctness Tests

Explorează sub-etichetele

  • Filesystem Structure AssertionsSpecialized tests to verify that generated directories and files match an expected structural pattern. **Distinct from Structural Correctness Tests:** Distinct from DOM structural verification: focuses on the physical layout of files and folders on the disk.