awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Assertion Libraries · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesAssertion Libraries

Libraries providing functions to verify code correctness and validate expected states or invariants during test execution.

Explore 4 awesome GitHub repositories matching testing & quality assurance · Assertion Libraries. Refine with filters or upvote what's useful.

  1. Home
  2. Testing & Quality Assurance
  3. Software Testing
  4. Testing Frameworks
  5. Test Frameworks
  6. Assertions and Validation
  7. Assertion and Validation Utilities
  8. Assertion Libraries

Awesome Assertion Libraries GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • nodejs/node

    nodejs/node

    115,848GitHubView on GitHub↗

    This project is an open-source JavaScript runtime built on the V8 engine. It provides a comprehensive environment for executing JavaScript code outside of a web browser, offering foundational primitives for process management, multi-core load distribution, and parallel execution through worker threads. The runtime inc

    Validates code correctness during testing by providing functions to verify expected states and invariants.

    JavaScriptjavascriptjslinux
  • rust-lang/rust

    rust-lang/rust

    110,533GitHubView on GitHub↗

    Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that covers fundamental syntax, memory management, and advanced programming paradigms, including support for functional and object-oriented styles. The language features a strong type system that enforces m

    Validates program invariants during execution by providing descriptive failure messages.

    Rustcompilerlanguagerust
  • microsoft/playwright

    microsoft/playwright

    82,810GitHubView on 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

    Validates application states using auto-retrying assertions that wait for conditions to be met before proceeding.

    TypeScriptautomationchromechromium
  • hoppscotch/hoppscotch

    hoppscotch/hoppscotch

    77,888GitHubView on GitHub↗

    Hoppscotch is an open-source API development ecosystem designed for building, testing, and debugging REST, GraphQL, and real-time APIs. It provides a unified platform that functions across web browsers, desktop applications, and command-line interfaces, allowing developers to manage the entire API lifecycle from a sing

    Executes JavaScript-based logic to verify API responses and confirm expected data states during testing.

    TypeScriptapiapi-clientapi-rest