awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Dart Testing Frameworks

Clasificación actualizada el 13 jul 2026

For a testing framework for Dart applications, the strongest matches are gotwarlost/istanbul (This is a JavaScript-specific code coverage tool that does), sapegin/jest-cheat-sheet (This repository is a documentation cheat sheet for the) and microsoft/playwright (Playwright is a browser automation and end-to-end testing framework). square/leakcanary and responsively-org/responsively-app round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Curamos repositorios de código abierto en GitHub que coinciden con “best dart testing frameworks”. Los resultados están clasificados por relevancia según tu búsqueda; usa los filtros de abajo para acotar o refina con IA.

Dart Testing Frameworks

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • gotwarlost/istanbulAvatar de gotwarlost

    gotwarlost/istanbul

    8,662Ver en GitHub↗

    Istanbul is a JavaScript code coverage tool and instrumentation engine that measures the execution of statements, lines, functions, and branches. It functions as a test coverage analysis tool capable of monitoring code across unit, functional, and browser tests to identify untested areas of a codebase. The project distinguishes itself through a transparent instrumentation engine that uses module loader hooks to inject tracking code without requiring manual source modifications. It supports distributed test reporting by aggregating fragmented coverage data from multiple concurrent processes in

    This is a JavaScript-specific code coverage tool that does not support the Dart programming language or provide the testing framework capabilities requested.

    JavaScriptCode Coverage ReportingsCode Coverage ToolsUnit Testing Utilities
    Ver en GitHub↗8,662
  • sapegin/jest-cheat-sheetAvatar de sapegin

    sapegin/jest-cheat-sheet

    5,428Ver en GitHub↗

    This project is a comprehensive reference guide and cheat sheet for the Jest testing framework. It provides technical documentation and syntax examples for writing JavaScript unit tests, focusing on assertions, mocking strategies, and test suite configuration. The resource details specific methods for dependency isolation and mocking, including the use of fake timers, module-level substitutions, and function call verification. It also covers specialized workflows such as snapshot testing to detect regressions via serialized output comparisons. The guide further addresses asynchronous test pa

    This repository is a documentation cheat sheet for the JavaScript Jest framework rather than a testing framework for the Dart programming language.

    Dependency MockingDependency MockingUnit Testing
    Ver en GitHub↗5,428
  • microsoft/playwrightAvatar de microsoft

    microsoft/playwright

    91,074Ver en 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

    Playwright is a browser automation and end-to-end testing framework for web applications, but it is built for the TypeScript/JavaScript ecosystem rather than being a native testing framework for Dart.

    TypeScriptBrowser Automation FrameworksAccessibility-Tree-Based LocatorsAssertion Libraries
    Ver en GitHub↗91,074
  • square/leakcanaryAvatar de square

    square/leakcanary

    29,923Ver en GitHub↗

    LeakCanary is a diagnostic tool designed to identify memory leaks by monitoring object lifecycles and analyzing heap snapshots. It automatically detects objects that fail to be garbage collected after their expected lifespan, providing developers with actionable insights to prevent performance degradation and application crashes. The project distinguishes itself by offloading memory-intensive heap parsing to a separate background process, which minimizes performance impact on the main application during runtime. It includes sophisticated deobfuscation capabilities that map obfuscated stack tr

    This is a memory leak detection and diagnostic tool for Android applications, which serves as a debugging utility rather than a general-purpose testing framework for the Dart language.

    KotlinMemory Leak DetectionDebugging and InspectionDeveloper Utilities
    Ver en GitHub↗29,923
  • responsively-org/responsively-appAvatar de responsively-org

    responsively-org/responsively-app

    24,991Ver en GitHub↗

    This application is a specialized web browser designed to streamline responsive design testing by rendering multiple viewport configurations simultaneously. It functions as a cross-platform testing suite that allows developers to preview and interact with web content across diverse mobile, tablet, and desktop device profiles within a single workspace. The tool distinguishes itself by synchronizing user interactions and application state across all active browser instances. When a user navigates, scrolls, or clicks in one view, these events are broadcast to every other open viewport to ensure

    This is a browser-based visual testing tool for responsive web design rather than a unit or integration testing framework for the Dart programming language.

    TypeScriptResponsive Testing ToolsTesting FrameworksJavaScript Runtimes
    Ver en GitHub↗24,991
  • sinonjs/sinonAvatar de sinonjs

    sinonjs/sinon

    9,753Ver en GitHub↗

    Sinon is a JavaScript test double library and mocking framework used to isolate code and verify behavior during unit testing. It provides a collection of spies, stubs, and mocks that replace real function implementations and object methods with controlled substitutes. The project includes a specialized fake timer library for overriding the system clock, allowing the simulation of time progression to trigger timeouts and intervals without waiting for real-time delays. It also features a test sandbox mechanism to group multiple fakes together, ensuring the original state is restored between tes

    This is a JavaScript-based mocking library for testing code in the Node.js or browser ecosystem, making it incompatible with the Dart programming language.

    JavaScriptDependency MockingMocking FrameworksUnit Testing
    Ver en GitHub↗9,753
  • colszowka/simplecovAvatar de colszowka

    colszowka/simplecov

    4,902Ver en GitHub↗

    SimpleCov is a Ruby code coverage tool and analysis engine used to track which lines, branches, and methods of code execute during tests. It functions as a coverage threshold enforcer and test suite aggregator, recording execution data to identify untested areas of an application. The tool distinguishes itself through the ability to merge coverage results from parallel worker processes and subprocesses into a single unified report. It supports baseline comparison to detect coverage regressions and can gather data from code executed via dynamic evaluation methods, such as those used in templat

    This is a code coverage tool for the Ruby ecosystem, which does not support the Dart programming language or provide the testing framework capabilities requested.

    RubyCode Coverage ReportingsCode Coverage ToolsCode Coverage Analysis
    Ver en GitHub↗4,902
  • mockery/mockeryAvatar de mockery

    mockery/mockery

    10,724Ver en GitHub↗

    Mockery is a PHP framework designed for creating test doubles, stubs, and spies to facilitate isolated unit testing. It serves as a utility for simulating class behavior, intercepting method calls, and validating arguments, allowing developers to replace real dependencies with mock objects to verify that code components interact as intended. The framework distinguishes itself through advanced capabilities for handling complex testing scenarios, such as bypassing constructors, mocking protected methods, and intercepting static calls or internal object instantiations. It provides a fluent inter

    This is a mocking library for the PHP programming language, which does not support the Dart language or provide the comprehensive testing framework features requested.

    PHPDependency MockingMocking Frameworks
    Ver en GitHub↗10,724
  • jacoco/jacocoAvatar de jacoco

    jacoco/jacoco

    4,580Ver en GitHub↗

    JaCoCo is a Java code coverage tool and bytecode instrumenter that measures which parts of source code are executed during tests. It functions as a runtime agent to monitor application execution on the fly or as a library for offline bytecode instrumentation, allowing it to capture execution data in environments where runtime agents are restricted. The project distinguishes itself by providing both dynamic and static instrumentation paths to track execution. It includes a runtime agent for on-the-fly monitoring and the ability to modify compiled class files before execution. It further enable

    This is a Java-specific code coverage tool designed for the JVM, making it incompatible with the Dart programming language and its testing ecosystem.

    JavaCode Coverage ReportingsCode Coverage ToolsCode Coverage Analysis
    Ver en GitHub↗4,580
  • jestjs/jestAvatar de jestjs

    jestjs/jest

    45,448Ver en GitHub↗

    Jest is a JavaScript testing framework designed for writing and running automated test suites to verify the correctness of JavaScript and TypeScript code. It functions as a comprehensive toolset that integrates a test runner, a mocking and spying library, a snapshot testing tool, and a code coverage tool. The framework distinguishes itself through snapshot testing, which records the serialized state of data structures to detect regressions in future executions. It also includes a mocking and spying library for simulating external dependencies and tracking function calls to isolate code during

    This is a JavaScript and TypeScript testing framework, which is incompatible with the Dart programming language ecosystem you are targeting.

    TypeScriptDependency MockingTest Coverage CollectionsCode Coverage Tools
    Ver en GitHub↗45,448
  • pester/pesterAvatar de pester

    pester/Pester

    3,262Ver en GitHub↗

    Pester is a PowerShell testing framework and behavior-driven development tool used to write and run automated tests for scripts and modules. It defines and verifies software behavior through human-readable specifications to validate that code behaves as expected. The project includes a native mocking library that replaces real functions and commands with controlled implementations, allowing for the isolation of code and verification of command invocations without altering the system environment. It also functions as a code coverage tool that measures the percentage of executed lines during te

    This is a testing framework for PowerShell scripts and modules, not a tool designed for the Dart programming language.

    PowerShellDependency MockingCode Coverage ToolsCode Coverage Analysis
    Ver en GitHub↗3,262
  • googlesamples/android-testing-templatesAvatar de googlesamples

    googlesamples/android-testing-templates

    1,955Ver en GitHub↗

    This repository provides a collection of reference implementations and patterns for testing Android applications. It serves as a guide for developers to integrate standard testing libraries and frameworks into their projects, covering the full spectrum of verification from local business logic to complex interface interactions. The project distinguishes itself by demonstrating how to configure and execute tests across diverse environments, including local virtual machines and physical devices or emulators. It provides specific patterns for validating inter-application communication, automatin

    This repository is a collection of Android testing samples and patterns written in Java, which does not provide a testing framework for the Dart programming language.

    JavaCode Coverage ReportingsUnit TestingCode Coverage Analysis
    Ver en GitHub↗1,955
  • jmcdo29/testing-nestjsAvatar de jmcdo29

    jmcdo29/testing-nestjs

    3,019Ver en GitHub↗

    This project is a NestJS testing boilerplate and reference implementation. It provides a structured monorepo workspace designed to demonstrate various architectural and testing patterns for NestJS applications. The project features a dockerized test environment and an integration testing framework. It includes a dedicated GraphQL API test suite to validate graph-based endpoints and schemas for queries and mutations. The suite covers a layered testing hierarchy consisting of unit, integration, and end-to-end tests. These capabilities extend across the application and data layers, including da

    This repository is a boilerplate and reference implementation for testing NestJS applications in TypeScript, which is entirely unrelated to the Dart programming language.

    TypeScriptUnit TestingIntegration Testing
    Ver en GitHub↗3,019
  • stretchr/testifyAvatar de stretchr

    stretchr/testify

    25,861Ver en GitHub↗

    Testify is a comprehensive testing toolkit for Go that provides a suite of assertion libraries and mocking frameworks to validate code behavior. It enables developers to write automated tests by comparing actual results against expected outcomes, ensuring that functional requirements are met throughout the development process. The project distinguishes itself through its flexible failure propagation, which allows tests to either halt execution immediately upon a failed requirement or return boolean results for conditional logic. It includes deep-equality object comparison and JSON normalizati

    This is a testing toolkit built specifically for the Go programming language, making it incompatible with the Dart ecosystem requested.

    GoMocking Frameworks
    Ver en GitHub↗25,861
  • badges/shieldsAvatar de badges

    badges/shields

    26,811Ver en GitHub↗

    Shields is a dynamic badge generator that creates visual status indicators for software projects by fetching live data from external APIs. It functions as a programmatic image renderer, converting structured data parameters into consistent, high-contrast vector graphics that can be embedded directly into markdown and web documentation via URL parameters. The project distinguishes itself by offering a self-hosted metadata server, allowing users to deploy the service behind their own firewalls to maintain full control over infrastructure and data privacy. It supports extensive customization, in

    This repository is a dynamic badge generator for project documentation and does not provide any testing capabilities for the Dart programming language.

    JavaScriptEnd-to-End and Integration TestingMocking Frameworks
    Ver en GitHub↗26,811
  • goldbergyoni/javascript-testing-best-practicesAvatar de goldbergyoni

    goldbergyoni/javascript-testing-best-practices

    24,589Ver en GitHub↗

    This project is a comprehensive knowledge base and educational resource for JavaScript developers, focused on establishing industry-standard methodologies for automated software testing. It provides a structured collection of design patterns and actionable guidelines designed to improve code reliability, maintainability, and overall software quality across the development lifecycle. The repository distinguishes itself by offering a granular, pattern-based approach to testing that spans unit, integration, and end-to-end verification. It emphasizes specific architectural strategies such as comp

    This repository is an educational guide and collection of best practices for JavaScript testing rather than a software testing framework for the Dart programming language.

    JavaScriptEnd-to-End and Integration TestingMocking Frameworks
    Ver en GitHub↗24,589
  • rust-lang/futures-rsAvatar de rust-lang

    rust-lang/futures-rs

    5,870Ver en GitHub↗

    Zero-cost asynchronous programming in Rust

    This repository is a library for asynchronous programming in Rust, which is a different programming language and domain than the Dart testing framework you are looking for.

    RustAsync Test Harness UtilitiesAsync Test Executors
    Ver en GitHub↗5,870
  • istanbuljs/nycAvatar de istanbuljs

    istanbuljs/nyc

    5,746Ver en GitHub↗

    nyc is a JavaScript code coverage tool and command-line interface that instruments source files to track the execution of lines, branches, and functions during test runs. It acts as a wrapper for Node.js test runners, intercepting the module loading process to collect coverage data. The tool functions as a coverage data merger and build gating tool, allowing users to combine results from multiple independent test runs or child processes into a single unified report. It can automatically fail the build process if code coverage percentages fall below defined minimum thresholds. The project sup

    This is a JavaScript-specific code coverage tool for Node.js environments and does not support the Dart programming language or provide the testing framework capabilities requested.

    JavaScriptTest Coverage CollectionsCode Coverage Tools
    Ver en GitHub↗5,746
  • vitest-dev/vitestAvatar de vitest-dev

    vitest-dev/vitest

    15,970Ver en GitHub↗

    Vitest is a high-performance testing framework designed for JavaScript and TypeScript applications. It provides an integrated environment that supports unit, integration, and browser-based testing, allowing developers to execute test suites natively without requiring separate build steps or complex configuration. The project distinguishes itself through a highly optimized execution model that leverages worker-thread isolation and on-demand module transformation to provide rapid feedback. It includes a comprehensive suite of mocking and spying utilities that allow for the interception of depen

    This is a testing framework built specifically for the JavaScript and TypeScript ecosystem, making it incompatible with the Dart programming language.

    TypeScriptCode Coverage ReportingsDependency MockingMocking Frameworks
    Ver en GitHub↗15,970
  • google/googletestAvatar de google

    google/googletest

    38,713Ver en GitHub↗

    This project is a comprehensive C++ unit testing framework designed to verify code logic and identify regressions through a suite of assertion macros, test fixtures, and execution runners. It automates the discovery and registration of test cases during static initialization, allowing developers to define isolated test environments that ensure repeatable and predictable conditions for every execution. The framework distinguishes itself through a sophisticated mock object library that enables the simulation of components and the enforcement of strict interaction requirements. By intercepting v

    This is a C++ testing framework and does not support the Dart programming language or its specific testing ecosystem.

    C++Mocking Frameworks
    Ver en GitHub↗38,713
  • typestack/typediAvatar de typestack

    typestack/typedi

    4,242Ver en GitHub↗

    TypeDI is a TypeScript dependency injection container and inversion of control tool. It functions as a centralized registry and service locator that manages object instantiation and decouples component dependencies using type inference and decorators. The project provides scoped dependency management to isolate service instances within specific contexts, preventing data leakage between different execution flows. It supports flexible service resolution through the use of type-safe tokens and the ability to map unique identifiers or class constructors to specific service instances. The contain

    This repository is a dependency injection container for TypeScript, which is a completely different language and functional domain than the Dart testing framework requested.

    TypeScriptDependency MockingUnit Testing
    Ver en GitHub↗4,242
  • sahat/hackathon-starterAvatar de sahat

    sahat/hackathon-starter

    35,226Ver en GitHub↗

    This project is a Node.js web application boilerplate designed to accelerate development by providing a pre-configured foundation with integrated routing, templating, and developer tooling. It serves as a comprehensive starter kit that includes a full-stack authentication system, a payment integration starter, and an LLM agent framework. The framework distinguishes itself with specialized tools for AI development, including a retrieval-augmented generation implementation kit with vector search and semantic caching. It enables the creation of reasoning agents featuring tool-calling loops and r

    This repository is a Node.js web application boilerplate for full-stack development and is entirely unrelated to the Dart programming language or its testing ecosystem.

    JavaScriptEnd-to-End and Integration TestingUnit Testing
    Ver en GitHub↗35,226
  • avajs/avaAvatar de avajs

    avajs/ava

    20,849Ver en 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

    This is a testing framework for the JavaScript and TypeScript ecosystems, not for the Dart programming language.

    JavaScriptCode Coverage ReportingsTest Coverage CollectionsCode Coverage Analysis
    Ver en GitHub↗20,849
  • mockk/mockkAvatar de mockk

    mockk/mockk

    5,747Ver en GitHub↗

    MockK is a Kotlin test double framework that creates mocks, spies, and relaxed mocks for unit testing, with support for final classes, static methods, and coroutines. It functions as a bytecode instrumentation library that modifies compiled class files at load time to intercept constructors, final methods, and static functions without source changes, and also provides dedicated libraries for constructor mocking and coroutine mocking. The framework is designed specifically for Kotlin, handling Kotlin-specific constructs like extension functions, singletons, and suspend functions. MockK disting

    This is a mocking library built exclusively for the Kotlin programming language and its specific features, making it incompatible with the Dart ecosystem.

    KotlinUnit TestingTest Double Libraries
    Ver en GitHub↗5,747
  • pear-devs/pear-desktopAvatar de pear-devs

    pear-devs/pear-desktop

    31,939Ver en GitHub↗

    Pear Desktop is a development framework designed for building and distributing cross-platform desktop software. It leverages web technologies and native system integration to enable the creation of applications that run consistently across multiple operating systems from a single codebase. The platform distinguishes itself through a modular plugin architecture and a comprehensive build toolchain. Developers can extend core functionality by creating isolated scripts that interact with the application through defined communication bridges, and use automated pipelines to bundle source code into

    This repository is a framework for building cross-platform desktop applications using TypeScript and web technologies, rather than a testing framework for the Dart programming language.

    TypeScriptEnd-to-End and Integration Testing
    Ver en GitHub↗31,939
  • facebook/jestAvatar de facebook

    facebook/jest

    45,448Ver en GitHub↗

    Jest is a JavaScript testing framework that integrates a test runner, an assertion library, and a snapshot testing tool. Its primary purpose is to provide a comprehensive environment for writing and running automated JavaScript tests to verify software correctness. The framework is distinguished by its snapshot testing capabilities, which capture the state of large objects or rendered components to detect regressions over time. It also features a reactive watch mode that monitors file changes and automatically executes only the tests related to modified code. The project covers a broad range

    This is a JavaScript and TypeScript testing framework, which does not support the Dart programming language required for your project.

    TypeScriptUnit Testing
    Ver en GitHub↗45,448
  • quii/learn-go-with-testsAvatar de quii

    quii/learn-go-with-tests

    23,510Ver en GitHub↗

    This project is an educational platform and tutorial series designed to teach the Go programming language through the practice of test-driven development. It provides a structured path for developers to master language fundamentals, concurrency, and standard library usage by building functional applications in small, verifiable increments. The core methodology centers on the test-driven development cycle, where failing tests are written before implementation to define requirements and ensure code correctness. This approach is applied across a wide range of practical scenarios, including the c

    This repository is a tutorial series for learning the Go programming language through test-driven development, rather than a testing framework for the Dart language.

    GoDependency MockingUnit Testing
    Ver en GitHub↗23,510
  • angular/angular.jsAvatar de angular

    angular/angular.js

    58,615Ver en GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By utilizing a centralized dependency injection container, the framework manages the lifecycle of services and components to ensure modularity and maintainable architecture. The framework is defined by its two-way data binding mechanism, which automatically synchronizes data models wit

    This repository is a JavaScript-based web application framework and does not provide testing capabilities for the Dart programming language.

    JavaScriptUnit
    Ver en GitHub↗58,615
  • codeception/codeceptionAvatar de Codeception

    Codeception/Codeception

    4,855Ver en GitHub↗

    Codeception is a full-stack testing framework for PHP applications that provides a unified interface for unit, functional, and acceptance testing. It serves as a tool for automating real desktop and mobile browsers via the WebDriver protocol and acts as a client for testing REST and SOAP APIs. The framework is distinguished by its support for Behavior-Driven Development, allowing users to write human-readable test specifications in Gherkin language to align technical tests with business requirements. It implements actor-based action mapping to connect these natural language steps to executabl

    This is a testing framework built for the PHP ecosystem, making it incompatible with the Dart programming language requirements of your search.

    PHPCode Coverage ReportingsUnit TestingCode Coverage Analysis
    Ver en GitHub↗4,855
  • flutter/samplesAvatar de flutter

    flutter/samples

    19,172Ver en GitHub↗

    This is a comprehensive library of code examples and reference implementations for building cross-platform user interfaces with Flutter. The project provides a collection of demo applications and guides designed to illustrate the implementation of design patterns, animation techniques, and testing workflows. The repository features specific demonstrations for native integration, including examples of embedding modules into existing native applications, using platform channels, and bridging native code with the framework. It also serves as an animation reference, providing implementations for

    This repository is a collection of educational code samples and UI demonstrations rather than a testing framework for the Dart language.

    DartCode Coverage ReportingsIntegration Testing
    Ver en GitHub↗19,172
  • prodesire/python-guide-cnAvatar de Prodesire

    Prodesire/Python-Guide-CN

    4,432Ver en GitHub↗

    Python-Guide-CN is a Chinese translation of a comprehensive guide to idiomatic Python programming and software development. It serves as a curated programming tutorial and ecosystem reference, providing a structured path for learning Python syntax, standard libraries, and professional coding patterns. The project distinguishes itself by offering detailed instructions for setting up development environments across Windows, macOS, and Linux. It specifically focuses on the selection of interpreters and the management of virtual environments to ensure a consistent workspace. The guide covers a b

    This repository is a Chinese translation of a Python programming guide and does not provide any testing tools or support for the Dart programming language.

    BatchfileDependency MockingUnit Testing
    Ver en GitHub↗4,432
  • thomhurst/tunitAvatar de thomhurst

    thomhurst/TUnit

    3,744Ver en GitHub↗

    TUnit is a comprehensive C# testing framework, mocking library, and fluent assertion tool. It utilizes source generation for test discovery and mock creation, ensuring compatibility with Native AOT and IL trimming by eliminating the need for runtime reflection and proxies. The framework provides specialized capabilities for integration testing, including the management of distributed application lifecycles, isolated database schemas, and the correlation of telemetry and logs across process boundaries via OTLP. It also includes an HTTP testing utility to intercept network exchanges and mock AP

    This is a testing framework built specifically for the C# and .NET ecosystem, making it incompatible with the Dart programming language requested.

    C#Mocking FrameworksIntegration TestingCode Coverage Analysis
    Ver en GitHub↗3,744
  • continuedev/continueAvatar de continuedev

    continuedev/continue

    33,716Ver en GitHub↗

    Continue is an automated code review platform that integrates AI agents directly into the software development lifecycle. By executing custom validation rules against pull request diffs, it provides immediate feedback through repository status checks, allowing teams to enforce quality, security, and documentation standards before manual review begins. The system distinguishes itself through a file-based configuration model where validation logic is defined in version-controlled markdown files. These files act as system prompts that guide autonomous agents in evaluating code changes. This appr

    This is an AI-powered code review and automation platform for pull requests, not a testing framework for the Dart programming language.

    TypeScriptCode Coverage Tools
    Ver en GitHub↗33,716
  • rust-lang/rust-by-exampleAvatar de rust-lang

    rust-lang/rust-by-example

    8,026Ver en GitHub↗

    This project is an interactive programming education resource and tutorial designed for learning the Rust programming language and systems programming concepts. It provides a collection of runnable and editable code examples that serve as a practical reference for language syntax and implementation. The resource features an interactive code sandbox that allows users to execute and test code snippets in real time. It emphasizes the verification of technical accuracy by executing embedded code blocks during the build process to ensure all examples remain functional. The content covers a compre

    This repository is an educational resource for learning the Rust programming language and does not provide a testing framework for Dart.

    HandlebarsUnit TestingIntegration Testing
    Ver en GitHub↗8,026
  • swiftlang/swiftAvatar de swiftlang

    swiftlang/swift

    70,051Ver en GitHub↗

    Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. The language is built on a task-based concurrency model that schedules asynchronous operations across multicore hardware to ensure data race safety. The project distinguishes itself through a native, bi-directional interoperability mechanism that allows for direct integration wit

    This repository is the source code for the Swift programming language, which is entirely unrelated to the Dart ecosystem or its testing requirements.

    SwiftUnit
    Ver en GitHub↗70,051
  • gopl-zh/gopl-zh.github.comAvatar de gopl-zh

    gopl-zh/gopl-zh.github.com

    4,958Ver en GitHub↗

    This project is a Chinese translation of a comprehensive guide to the Go programming language. It serves as a localized educational resource and technical manual designed to provide guidance on language syntax, design, and software development. The resource covers a broad range of Go language education, including the implementation of programming patterns and system design. It includes translated lessons and examples that focus on core language features such as concurrency and the use of interfaces. The content spans various capability areas, including language fundamentals, data modeling, r

    This repository is a translation of a guide for the Go programming language and does not provide a testing framework for Dart.

    GoDependency MockingCode Coverage Analysis
    Ver en GitHub↗4,958
  • rust-lang/rustAvatar de rust-lang

    rust-lang/rust

    114,066Ver en 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 memory safety through ownership, borrowing, and lifetime annotations, while also offering mechanisms for handling both recoverable and unrecoverable errors. The language includes extensive support for concurrent programming, providing primitives for thread management, shared-stat

    This repository is the source code for the Rust programming language, which is entirely unrelated to the Dart ecosystem or its testing frameworks.

    RustUnit Testing
    Ver en GitHub↗114,066
Compara los 10 mejores de un vistazo
RepositorioEstrellasLenguajeLicenciaÚltimo push
gotwarlost/istanbul8.7KJavaScriptNOASSERTION8 dic 2024
sapegin/jest-cheat-sheet5.4K—CC0-1.030 oct 2024
microsoft/playwright91.1KTypeScriptApache-2.016 jun 2026
square/leakcanary29.9KKotlinApache-2.024 mar 2026
responsively-org/responsively-app25KTypeScriptAGPL-3.028 mar 2026
sinonjs/sinon9.8KJavaScriptNOASSERTION18 jun 2026
colszowka/simplecov4.9KRubyMIT16 jun 2026
mockery/mockery10.7KPHPBSD-3-Clause20 may 2026
jacoco/jacoco4.6KJavaNOASSERTION22 jun 2026
jestjs/jest45.4KTypeScriptMIT16 jun 2026

Related searches

  • a testing framework for Kotlin projects
  • a testing framework for Go applications
  • a testing framework for Swift applications
  • a testing framework for Ruby applications
  • a unit testing framework for C#
  • a testing framework for Rust projects
  • a testing framework for Java applications
  • a behavior driven development testing framework