awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to trytouca/trytouca

Open-source alternatives to Trytouca

30 open-source projects similar to trytouca/trytouca, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Trytouca alternative.

  • schemathesis/schemathesisschemathesis 的头像

    schemathesis/schemathesis

    3,055在 GitHub 上查看↗

    Schemathesis is a property-based testing tool and fuzzer for schema-based APIs. It analyzes OpenAPI and JSON Schema specifications to automatically generate test cases that identify crashes, schema violations, and validation bypasses. The project functions as a contract validator and security scanner, verifying that a live server strictly adheres to its defined specifications. The framework distinguishes itself through stateful API testing, which chains multiple related requests together to uncover bugs that only emerge during complex, multi-step user workflows. It also utilizes response-driv

    Pythonapiapi-testingcli
    在 GitHub 上查看↗3,055
  • eranpeer/fakeiteranpeer 的头像

    eranpeer/FakeIt

    1,364在 GitHub 上查看↗

    C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.

    C++
    在 GitHub 上查看↗1,364
  • rest-assured/rest-assuredrest-assured 的头像

    rest-assured/rest-assured

    7,127在 GitHub 上查看↗

    Rest-assured is a Java-based REST API testing framework and HTTP client library designed for automating web service tests. It provides a fluent domain-specific language and assertion library to send HTTP requests and validate response metadata, including status codes, headers, cookies, and bodies. The framework is distinguished by a method-chaining DSL that creates readable specifications for API interactions. It features a filter-based request interception pipeline, object-mapping serialization for converting Java objects to JSON or XML, and a path-based parsing system to isolate specific fi

    Java
    在 GitHub 上查看↗7,127
  • sheredom/utest.hsheredom 的头像

    sheredom/utest.h

    975在 GitHub 上查看↗

    🧪 single header unit testing framework for C and C++

    C++ccpptesting
    在 GitHub 上查看↗975

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • cschreib/snitchcschreib 的头像

    cschreib/snitch

    306在 GitHub 上查看↗

    Lightweight C++20 testing framework.

    C++
    在 GitHub 上查看↗306
  • catchorg/catch2catchorg 的头像

    catchorg/Catch2

    20,198在 GitHub 上查看↗

    Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing, integration verification, and performance analysis. It enables developers to define and execute automated test suites and micro-benchmarks directly within their applications. The framework is distinguished by its header-only distribution, which allows for integration into existing build systems without requiring complex external dependencies. It utilizes a hierarchical section-based execution model that supports behavior-driven testing, allowing for shared setup and teardown logic acros

    C++bddcppcpp14
    在 GitHub 上查看↗20,198
  • dascandy/hippomocksdascandy 的头像

    dascandy/hippomocks

    201在 GitHub 上查看↗

    Hippomocks

    C++
    在 GitHub 上查看↗201
  • onqtam/doctestonqtam 的头像

    onqtam/doctest

    6,768在 GitHub 上查看↗

    doctest is a unit testing framework and assertion library for C++ delivered as a single-header library. It provides a test runner with a command line interface to execute tests, filter test suites, and generate execution reports. The framework supports in-source unit testing and allows for the complete removal of testing logic from compiled binaries via preprocessor stripping to eliminate performance overhead in production environments. It also enables cross-binary test registry sharing, allowing one executable to utilize the test runner of another. Capabilities include parameterized testing

    C++
    在 GitHub 上查看↗6,768
  • siu/minunitsiu 的头像

    siu/minunit

    635在 GitHub 上查看↗

    Minimal unit testing framework for C

    C
    在 GitHub 上查看↗635
  • typicode/json-servertypicode 的头像

    typicode/json-server

    75,614在 GitHub 上查看↗

    json-server is a development toolset used to simulate a full REST API from a JSON file. It functions as a customizable mock API server that allows for the simulation of CRUD operations and resource relationships without the need to write backend code. The project enables rapid prototyping by generating a fake backend that persists data changes back to a local JSON file. It distinguishes itself by providing a static asset file server to deliver local documents, images, and stylesheets alongside the mock API endpoints. The server includes capabilities for data querying, such as parameter-based

    JavaScriptapifakefrontend
    在 GitHub 上查看↗75,614
  • google/googletestgoogle 的头像

    google/googletest

    38,713在 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

    C++
    在 GitHub 上查看↗38,713
  • alexei-led/pumbaalexei-led 的头像

    alexei-led/pumba

    3,051在 GitHub 上查看↗

    Chaos testing, network emulation, and stress testing tool for containers

    Go
    在 GitHub 上查看↗3,051
  • agiledragon/gomonkeyagiledragon 的头像

    agiledragon/gomonkey

    2,257在 GitHub 上查看↗

    gomonkey is a library to make monkey patching in unit tests easy

    Gofunctionfunction-variableglobal-variable
    在 GitHub 上查看↗2,257
  • alexfernandez/loadtestalexfernandez 的头像

    alexfernandez/loadtest

    2,633在 GitHub 上查看↗

    Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.

    JavaScript
    在 GitHub 上查看↗2,633
  • alex-seville/blanketalex-seville 的头像

    alex-seville/blanket

    1,396在 GitHub 上查看↗

    blanket.js is a simple code coverage library for javascript. Designed to be easy to install and use, for both browser and nodejs.

    JavaScript
    在 GitHub 上查看↗1,396
  • alco/mix-erlang-tasksalco 的头像

    alco/mix-erlang-tasks

    21在 GitHub 上查看↗

    Common tasks for Erlang projects that use Mix

    Elixir
    在 GitHub 上查看↗21
  • adamluzsi/testcaseA

    adamluzsi/testcase

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • abhinaba-ghosh/axe-playwrightA

    abhinaba-ghosh/axe-playwright

    0在 GitHub 上查看↗

    Axe-core® is a powerful accessibility testing engine provided by Deque Systems that powers this package. Axe-Playwright provides simple commands to integrate the axe-core® library with your Playwright tests. This integration functions seamlessly across all Playwright browsers: Chromium, Firefox,…

    在 GitHub 上查看↗0
  • angular/protractorangular 的头像

    angular/protractor

    8,694在 GitHub 上查看↗

    Protractor is a WebDriver-based end-to-end testing framework and browser automation tool. It serves as a frontend integration test suite used to verify web application flows by simulating user behavior and executing JavaScript within a browser. The framework is specifically designed for testing Angular applications, providing specialized locators and synchronization tools that align with the framework lifecycle. It distinguishes itself through automatic test step synchronization, which pauses execution until pending page tasks are completed to ensure stable browser execution. The tool covers

    JavaScriptangularend-to-endjavascript
    在 GitHub 上查看↗8,694
  • airstruck/knifeairstruck 的头像

    airstruck/knife

    515在 GitHub 上查看↗

    A collection of useful micro-modules for Lua.

    Lua
    在 GitHub 上查看↗515
  • americanexpress/jest-image-snapshotamericanexpress 的头像

    americanexpress/jest-image-snapshot

    3,913在 GitHub 上查看↗

    jest-image-snapshot is a Node.js image testing library and visual comparison engine designed for visual regression testing within Jest. It provides a custom matcher to compare current images against baseline snapshots to identify pixel differences. The tool generates image diffs that highlight specific divergences between baseline and received snapshots. It includes mechanisms to update baseline images when changes are approved and allows for sensitivity tuning via pixel count, percentage thresholds, or blur to ignore noise. The library covers image snapshot management, including custom stor

    JavaScript
    在 GitHub 上查看↗3,913
  • aniket-engg/sol-profilerAniket-Engg 的头像

    Aniket-Engg/sol-profiler

    29在 GitHub 上查看↗

    CLI Tool to List & Store Solidity Smart Contract Methods Attributes

    JavaScript
    在 GitHub 上查看↗29
  • anthonylloyd/cscheckAnthonyLloyd 的头像

    AnthonyLloyd/CsCheck

    205在 GitHub 上查看↗

    Random testing library for C#

    C#causal-profilingconcurrency-testingmetamorphic-testing
    在 GitHub 上查看↗205
  • antonmi/especantonmi 的头像

    antonmi/espec

    816在 GitHub 上查看↗

    Elixir Behaviour Driven Development

    Elixir
    在 GitHub 上查看↗816
  • antp/kovacsantp 的头像

    antp/kovacs

    4在 GitHub 上查看↗

    Download the latest release (or clone) the repository and build Kovacs with:

    Elixir
    在 GitHub 上查看↗4
  • apache/cassandra-harryA

    apache/cassandra-harry

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • apache/jmeterapache 的头像

    apache/jmeter

    9,233在 GitHub 上查看↗

    Apache JMeter is a Java-based performance testing tool and multi-protocol traffic simulator used to analyze the stability and scalability of servers and networks. It functions as a distributed load testing framework that coordinates remote worker nodes from a single controller to generate high volumes of concurrent traffic. The project is distinguished by its ability to simulate traffic across diverse backend systems, including HTTP, JDBC, LDAP, JMS, FTP, and TCP. It provides a headless command-line interface for automated execution and a reporting system that transforms raw sample logs into

    Javajavaperformancetest
    在 GitHub 上查看↗9,233
  • apiel/test-crawlerapiel 的头像

    apiel/test-crawler

    33在 GitHub 上查看↗

    ★ Online documentation ★

    TypeScript
    在 GitHub 上查看↗33
  • apple/swift-corelibs-xctestapple 的头像

    apple/swift-corelibs-xctest

    1,186在 GitHub 上查看↗

    The XCTest Project, A Swift core library for providing unit test support

    Swift
    在 GitHub 上查看↗1,186
  • alkass/polishAlkass 的头像

    Alkass/polish

    59在 GitHub 上查看↗

    Testing Framework for Rust

    Rustrusttest-driven-developmenttesting-framework
    在 GitHub 上查看↗59