Ross ROSS = Recommend OSS · open-source software intelligence for agents

domain: testing

1069 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
seveniruby/AppCrawler
AppCrawler is a Scala-based automated app traversal (crawler) testing tool built on Appium, supporting Android, iOS, mini-programs, and Har…
571237active
theintern/intern
Intern is a complete JavaScript testing stack supporting unit and functional testing in Node.js and browsers, with built-in code coverage, …
234344maintenance
cksac/fake-rs
A Rust library and command-line tool for generating fake data such as names, addresses, dates, and internet identifiers across 13 locales. …
811235active
go-testfixtures/testfixtures
A Go library that mimics Ruby on Rails-style test fixtures, loading YAML fixture files into a real SQL database before each test. It wipes …
791235active
apache/cassandra-ccm
CCM (Cassandra Cluster Manager) is a Python script and library for creating, launching, managing, and destroying small Apache Cassandra clu…
671234active
hexclave/pgmock
pgmock is an in-memory PostgreSQL mock server for unit and E2E tests that runs entirely in WebAssembly on Node.js and in the browser, with …
491231active
RSpec
RSpec is Ruby's behaviour-driven development (BDD) testing framework, composed of modular libraries: rspec-core (spec runner), rspec-expect…
101228stable
Meituan-Dianping/lyrebird
Lyrebird is a plugin-based testing workbench for mobile applications that intercepts and mocks HTTP/HTTPS network traffic via a proxy. It p…
421226active
fergusstrange/embedded-postgres
A Go library that runs a real PostgreSQL database locally on Linux, macOS, or Windows as part of another Go application or test. It downloa…
701225active
qu-niao/LimApiTest
LimApiTest (Lim, 'Less is More') is a lightweight web-based API testing platform built with Django and TypeScript. It streamlines interface…
541224active
android/android-test
The AndroidX Test Libraries provide an extensive framework for testing Android apps, including JUnit 4 support and functional UI tests via …
671222active
GdUnit4
GdUnit4 is an embedded unit testing framework for the Godot 4 game engine, supporting tests written in both GDScript and C#. It integrates …
991220active
testsigmahq/testsigma
Testsigma is a GenAI-powered, codeless test automation platform for automating web, mobile, desktop, API, and enterprise app (Salesforce, S…
661220active
ovh/venom
Venom is a CLI tool for creating, managing, and running integration tests declaratively. It executes test suites using built-in executors (…
791217active
php-vcr/php-vcr
PHP-VCR is a PHP port of Ruby's VCR library that records a test suite's HTTP interactions to cassette files and replays them in future test…
981209active
apiaryio/dredd
Dredd is a language-agnostic command-line tool that validates an API's backend implementation against its API description document (API Blu…
104223maintenance
pedrovgs/Shot
Shot is a Gradle plugin and Android library for writing and running screenshot tests on Android apps, supporting both regular views and Jet…
511207active
google/fuzzbench
FuzzBench is a free Google-run service and framework that rigorously evaluates fuzzers on real-world benchmarks at large scale. It provides…
611206active
aws-ia/taskcat
TaskCat is a Python-based testing framework and CLI tool for AWS CloudFormation templates. It deploys templates across multiple AWS regions…
811205active
yanchunhuo/AutomationTest
A Python-based automation testing framework supporting API automation, web UI automation (Selenium), app UI automation (Appium), and perfor…
621205active
nbQA-dev/nbQA
nbQA is a command-line tool that lets you run standard Python code quality tools like ruff, black, isort, mypy, pylint, flake8, and pyupgra…
671204active
Fastbot
Fastbot is a model-based GUI testing tool for Android apps that models GUI transitions using machine learning and reinforcement learning to…
441203active
google/AFL
American Fuzzy Lop (AFL) is a security-oriented, coverage-guided fuzzer that uses compile-time instrumentation and genetic algorithms to di…
104204maintenance
elixirs/faker
Faker is a pure Elixir library for generating fake data such as names, addresses, and other dummy content. It is commonly used for testing,…
851196active
paralleldrive/riteway
Riteway is a JavaScript unit testing assertion library and test runner that enforces a simple, readable, explicit test style based on the '…
681195active
powermock/powermock
PowerMock is a Java framework that extends mocking libraries like EasyMock and Mockito to enable unit testing of code normally regarded as …
234171maintenance
rails_best_practices
rails_best_practices is a code metric tool that checks the quality of Rails code against a set of best-practice rules. It runs from the com…
674158maintenance
sasha-s/go-deadlock
A Go library providing drop-in replacements for sync.Mutex and sync.RWMutex that detect deadlocks at runtime. It records lock ordering per …
881191active
dmaicher/doctrine-test-bundle
A Symfony bundle that isolates Doctrine database tests by wrapping DBAL drivers with a StaticDriver and using a PHPUnit extension to begin …
781190stable
law-chain-hot/websocket-devtools
A Chrome/Edge DevTools browser extension for monitoring, simulating, and blocking WebSocket traffic. It integrates as a native DevTools pan…
861189active
swiftlang/swift-corelibs-xctest
The open-source Swift core library providing the XCTest unit testing framework for Swift packages and applications across all platforms Swi…
751189active
WeTransfer/Mocker
Mocker is a Swift library that mocks data requests from URLSession and Alamofire using a custom URLProtocol, without changing app code. It …
231189active
ethereum/execution-specs
An executable Python reference implementation of Ethereum's Execution Layer (EELS), including the EVM and consensus-critical behavior, with…
951188active
email-spec/email-spec
A Ruby library providing RSpec/MiniTest matchers and Cucumber/Spinach steps for testing email delivery in applications using ActionMailer o…
651188active
qustavo/httplab
HTTPLab is an interactive terminal-based web server that lets developers inspect incoming HTTP requests and forge custom responses in real …
234139maintenance
Jwuthri/Tracely-ai
Tracely is a self-hosted, trace-native CI/CD and observability platform for AI agents. It ingests agent traces over OpenTelemetry, grades t…
581186active
spring-projects/spring-restdocs
Spring REST Docs is a Java library that generates accurate documentation for RESTful APIs by combining hand-written Asciidoctor content wit…
851183active
kiwi-bdd/Kiwi
Kiwi is a Behavior Driven Development (BDD) testing library for iOS written in Objective-C. It lets developers write readable spec-style te…
234111maintenance
dorny/test-reporter
A GitHub Action that parses test results in XML or JSON formats from popular testing frameworks and displays them as GitHub Check Runs or j…
861179active
wellwelwel/poku
Poku is a zero-dependency, cross-platform test runner for JavaScript and TypeScript that runs the same test suite on Node.js, Bun, and Deno…
831179active
k1LoW/awspec
awspec is a Ruby gem that lets you write RSpec tests for AWS resources, verifying their configuration and state. It provides a CLI for scaf…
851175active
libcheck/check
Check is a unit testing framework for C with a simple interface for defining tests. Tests run in a separate address space, allowing it to c…
641174stable
apache/groovy-geb
Apache Geb is a Groovy-based browser automation library built on WebDriver, combining jQuery-like content selection with Page Object modell…
751173active
jest-community/eslint-plugin-jest
An ESLint plugin providing lint rules for Jest test suites, catching issues like disabled or focused tests, invalid expectations, and enfor…
991170active
scalatest/scalatest
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers, widely used in the Scala ecosystem for over 17 years. It p…
801169stable
microsoft/WinAppDriver
Windows Application Driver is a service that enables Selenium-like UI test automation for Windows applications, including UWP, WinForms, WP…
304046maintenance
theory/pgtap
pgTAP is a unit testing framework for PostgreSQL written in PL/pgSQL and PL/SQL. It provides a comprehensive set of TAP-emitting assertion …
701162active
instancio/instancio
Instancio is a Java library that automatically creates fully-populated objects with random data for unit tests, including nested objects, c…
951159active
vuejs/test-utils
The official component testing utility library for Vue 3, providing APIs to mount, interact with, and assert against Vue components in test…
1001158stable
help-me-mom/ng-mocks
ng-mocks is an Angular testing library that mocks components, directives, pipes, modules, services, and tokens while reducing TestBed boile…
1001156active
taverntesting/tavern
Tavern is a pytest plugin, command-line tool, and Python library for automated API testing using a concise YAML-based syntax. It supports t…
771156active
madsim-rs/madsim
MadSim is a Rust async runtime similar to tokio that enables deterministic simulation testing for distributed systems. It mocks I/O interfa…
621154active
kahlan/kahlan
Kahlan is a full-featured Unit and BDD test framework for PHP using a describe-it syntax similar to RSpec/JSpec. It includes built-in stubb…
901148active
adobe/S3Mock
S3Mock is a lightweight server that implements a subset of the Amazon S3 API for local integration testing, removing the need for real AWS …
991145active
test-zeus-ai/testzeus-hercules
Hercules is an open-source AI testing agent that turns Gherkin feature files into fully automated end-to-end tests covering UI, API, securi…
851145active
GregFinzer/Compare-Net-Objects
A .NET library that performs deep comparison of any two objects using reflection and reports the differences between them. It supports exte…
371144active
lambci/lambci
LambCI is a serverless continuous integration system built on AWS Lambda that runs tests when code is pushed or pull requests are opened on…
323963maintenance
maxbrunsfeld/counterfeiter
counterfeiter is a Go code generation tool that creates self-contained, type-safe fake implementations (test doubles) of interfaces. It int…
871140active
AWS Lambda Runtime Interface
A lightweight web-server proxy for AWS Lambda's Runtime and Extensions APIs that lets developers locally test Lambda functions packaged as …
951139active
goccy/bigquery-emulator
A BigQuery emulator server implemented in Go that runs a BigQuery-compatible API locally without needing a cloud project or credentials. It…
921138active
SIPp/sipp
SIPp is a free, open-source SIP (Session Initiation Protocol) protocol testing tool written in C++. It can generate SIP traffic to test, be…
821136active
dwyl/aws-sdk-mock
A Node.js library that mocks AWS SDK (v2) services and methods using Sinon.js, primarily for unit testing AWS Lambda functions. It lets dev…
681128active
oclint/oclint
OCLint is a static source code analysis tool for C, C++, and Objective-C that inspects the abstract syntax tree to find bugs, unused code, …
643893maintenance
AwesomeAssertions/AwesomeAssertions
AwesomeAssertions is a community-controlled fork of FluentAssertions, providing an extensive set of fluent extension methods for writing TD…
881124active
palkan/isolator
Isolator is a Ruby gem that detects non-atomic interactions—such as HTTP calls or background job enqueues—made inside database transactions…
681118active
PyCQA/flake8-bugbear
flake8-bugbear is a plugin for the Flake8 linter that adds checks for likely bugs and design problems in Python code. It provides opinionat…
811116active
diffblue/cbmc
CBMC (C Bounded Model Checker) is a formal verification tool for C and C++ programs that explores all possible execution paths on bounded i…
941113active
linux-test-project/lcov
LCOV is a set of Perl scripts that capture, manipulate, and visualize code coverage data from tools like gcov, llvm-cov, Coverage.py, Cober…
881111active
NickColley/jest-axe
jest-axe is a custom Jest matcher wrapping axe-core that lets you assert rendered HTML has no accessibility violations. It runs automated a…
871111active
emil-e/rapidcheck
RapidCheck is a C++ framework for property based testing inspired by QuickCheck. It generates random test data to verify stated properties,…
751105stable
wartremover/wartremover
WartRemover is a flexible Scala code linting tool implemented as a compiler plugin, with an sbt plugin for easy integration. It flags unsaf…
671104active
GameCI
GameCI is a collection of GitHub Actions for automating Unity game project workflows, including license activation, running edit-mode and p…
321097active
SonarOpenCommunity/sonar-cxx
A SonarQube community plugin that adds C and C++ support to SonarQube, focusing on integrating existing C++ analysis tools. It parses C/C++…
861094active
chaijs/sinon-chai
A Chai plugin that adds custom assertions for the Sinon.JS spy, stub, and mocking framework. It lets you write spy assertions in idiomatic …
401089stable
MakeAWishFoundation/SwiftyMocky
SwiftyMocky is a strongly typed Swift framework that automatically generates mock implementations of protocols using Sourcery code generati…
231086active
jonase/eastwood
Eastwood is a lint tool for JVM Clojure that inspects namespaces and reports possible bugs. It uses tools.analyzer.jvm for compiler-accurat…
321083active
chaxiu/munk-ai
Munk AI (the open-source Munk Test CLI) is a local-first, self-improving AI testing engine that turns natural-language intent into product-…
791082active
mochawesome
Mochawesome is a custom HTML/CSS reporter plugin for the Mocha.js JavaScript testing framework. It generates a standalone, visually rich HT…
961080active
Shopify/tophat
Tophat is a macOS desktop application by Shopify for installing and testing mobile applications on iOS and Android devices with a single cl…
861066active
r-lib/actions
A collection of reusable GitHub Actions for R projects, providing setup of R, dependencies, renv, pandoc, and TinyTeX, plus running R CMD c…
671066active
Behat
A PHP library that parses Gherkin feature files (the DSL used by Cucumber-style BDD tools) into structured objects. It supports over 40 nat…
901065active
mswjs/data
A data querying library for testing JavaScript applications that lets developers define schema-based collections and query them with an ORM…
991063active
testing-library/eslint-plugin-testing-library
An ESLint plugin that enforces best practices and catches common mistakes when writing tests with Testing Library. It provides lint rules l…
911062active
bytedance/SandboxFusion
A secure, self-hosted code sandbox service from ByteDance that runs and judges code generated by LLMs across 20+ programming languages via …
631062active
fakefs/fakefs
FakeFS is a Ruby gem that provides an in-memory fake filesystem, monkey-patching File, FileUtils, Dir, and related classes so tests can exe…
561061active
rogue-security/rogue
Rogue is an open-source AI agent evaluator and red teaming platform that stress-tests agents against business policies and simulated advers…
781060active
atlassian/jest-in-case
A small Jest utility for generating multiple variations of the same test from a list of test cases. Each case provides named options passed…
431059stable
rosiejs/rosie
Rosie is a JavaScript library for defining factories that build test data objects, inspired by factory_bot (factory_girl). Factories suppor…
321057stable
supabase-community/copycat
Copycat is a TypeScript library for generating deterministic fake values, where the same input always maps to the same fake output. It uses…
261057active
coala
coala is a unified command-line interface for linting and automatically fixing code across many programming languages, driven by a single c…
233594maintenance
awslabs/shuttle
Shuttle is a Rust library for testing concurrent code using randomized concurrency scheduling techniques with probabilistic bug-finding gua…
911052active
danielstjules/jsinspect
jsinspect is a Node.js CLI tool that detects copy-pasted and structurally similar JavaScript code by comparing ASTs rather than raw tokens.…
233581maintenance
google/fuzztest
FuzzTest is a C++ testing framework for writing fuzz tests, which are property-based tests executed with coverage-guided fuzzing under the …
881049active
splitwise/super_diff
SuperDiff is a Ruby gem that provides an intelligent diff engine for comparing complex data structures in RSpec tests. It replaces RSpec's …
831048active
klen/pylama
Pylama is a code audit tool for Python that wraps multiple linters (pycodestyle, pydocstyle, PyFlakes, McCabe, Pylint, Radon, eradicate, My…
721048active
aligungr/UERANSIM
UERANSIM is an open source 5G UE (user equipment) and RAN (gNodeB) simulator implementing 3GPP R15 specifications. It simulates a 5G mobile…
841045active
F2etest
F2etest is a self-hosted multi-browser compatibility testing solution from Alibaba that provides a cloud of real browsers via Guacamole HTM…
323558maintenance
microsoft/testfx
Microsoft.Testing.Platform (MTP), a lightweight alternative to VSTest, together with the MSTest test framework and adapter for .NET. It let…
1001043active
vuejs/vue-test-utils
Official unit testing utility library for Vue.js 2 components, providing mount/shallowMount wrappers and DOM interaction helpers. It is the…
233546maintenance
100thCoin/AccuracyCoin
AccuracyCoin is a NES test ROM that packs 141 hardware accuracy tests onto a single NROM cartridge, targeting an NTSC console with an RP2A0…
641040active

← prev page 7 / 11 next →