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
kalessil/phpinspectionsea
Php Inspections (EA Extended) is an open-source static code analysis tool distributed as a PhpStorm/IntelliJ IDEA plugin. It detects archit…
771485active
shuttle-hq/synth
Synth is a declarative data generator written in Rust that produces realistic synthetic test data from a version-controllable data model. I…
231484active
callstack/reassure
Reassure is a performance testing library for React and React Native that automates performance regression testing. It measures render dura…
901482active
cpputest/cpputest
CppUTest is a C/C++ xUnit-style unit testing and mocking framework, written in C++ but usable from both C and C++ projects. It is designed …
651481stable
slevomat/coding-standard
A collection of PHP_CodeSniffer sniffs for PHP covering functional safety, dead code detection, and code formatting rules. Many sniffs supp…
971480active
robotframework/SeleniumLibrary
SeleniumLibrary is a web testing library for Robot Framework that wraps Selenium to enable browser-based test automation with keyword-drive…
841475active
osprey-oss/deptry
deptry is a command line tool that detects unused, missing, and transitive dependency issues in Python projects by scanning imported module…
911471active
opendiffy/diffy
Diffy is a differential testing tool that sends identical requests to a candidate service and a reference (primary/secondary) service, then…
601467active
sivchari/kumo
Kumo is a lightweight AWS service emulator written in Go that mimics 82 AWS services such as S3, DynamoDB, SQS, and Lambda. It runs as a si…
821466active
pdbpp/pdbpp
pdb++ (pdbpp) is a drop-in replacement for Python's built-in pdb debugger that adds features like colorful TAB completion, syntax highlight…
231465active
terraform-compliance/cli
terraform-compliance is a lightweight, security-focused BDD test framework for Terraform that enables negative testing of infrastructure-as…
801462active
pytest-dev/pytest-bdd
pytest-bdd is a pytest plugin that implements a subset of the Gherkin language for behavior-driven development (BDD). It lets you write fea…
771461active
PyCQA/pyflakes
Pyflakes is a fast, passive checker for Python source files that detects errors like undefined names and unused imports by parsing the AST …
771459active
alexmojaki/snoop
snoop is a Python debugging library that traces function execution via a decorator, logging which lines ran and how local variables changed…
741459active
taiki-e/cargo-llvm-cov
cargo-llvm-cov is a Cargo subcommand that wraps rustc's -C instrument-coverage to generate precise LLVM source-based code coverage reports …
991458stable
fsouza/fake-gcs-server
fake-gcs-server is a Google Cloud Storage emulator that can run as a standalone binary/Docker image or be embedded as a Go library in test …
991456active
testing-library/react-hooks-testing-library
A Testing Library utility for testing React custom hooks by rendering them inside a test harness function component, with utilities like re…
235259maintenance
zipmark/rspec_api_documentation
A Ruby gem that generates API documentation automatically from RSpec acceptance specs, primarily for Rails APIs. It produces HTML or JSON o…
371452active
ionelmc/pytest-benchmark
A pytest plugin that provides a benchmark fixture for measuring code performance within tests. It automatically calibrates test rounds to t…
871448stable
atoum/atoum
atoum is a modern, standalone unit testing framework for PHP, distributed as a single PHAR archive. It offers fluent, natural-language-styl…
101442active
bovigo/vfsStream
vfsStream is a PHP stream wrapper that provides a virtual file system in memory, primarily for mocking the real file system in unit tests. …
231440stable
boost-ext/ut
UT (μt) is a C++20 micro unit testing framework distributed as a single header or C++20 module. It provides a macro-free, DSL-style API for…
601437active
stevepryde/thirtyfour
Thirtyfour is a Selenium/WebDriver client library for Rust for automated browser and website UI testing. It supports the W3C WebDriver prot…
971432active
leancodepl/patrol
Patrol is a Flutter-first, multiplatform E2E UI testing framework that extends Flutter's integration_test with native platform interactions…
941421active
boxed/mutmut
mutmut is a mutation testing tool for Python that mutates source code to verify test suite quality. It offers an interactive terminal UI, i…
771420active
chaijs/chai-as-promised
Chai as Promised is a Chai plugin that adds fluent assertions about promises, such as `.should.eventually.equal(...)` and `.should.be.rejec…
691418stable
Dropnation/contract-fuzzer
A Python-based fuzzer for Ethereum smart contracts that compiles Solidity sources and executes random sequences of public/external calls to…
711413active
AliSoftware/OHHTTPStubs
OHHTTPStubs is an Objective-C/Swift library for stubbing network requests in iOS and macOS apps. It intercepts requests made through Cocoa'…
235073maintenance
dashbitco/mox
Mox is an Elixir library for defining concurrent mocks based on explicit behaviours (contracts). It enforces strict mocking principles so t…
771401stable
kolodny/safetest
Safetest is a TypeScript UI testing library that combines Playwright with Jest/Vitest for end-to-end and component testing of web applicati…
201401active
shellspec/shellspec
ShellSpec is a full-featured BDD unit testing framework for shell scripts, supporting bash, ksh, zsh, dash, and all POSIX shells. It provid…
471396stable
rubycdp/cuprite
Cuprite is a pure Ruby headless Chrome/Chromium driver for Capybara that communicates directly via the Chrome DevTools Protocol through Fer…
891395active
dnaeon/go-vcr
A Go library inspired by Ruby's VCR that records HTTP interactions to YAML cassettes and replays them in future test runs. It enables fast,…
841394active
mariotoffia/FluentDocker
A .NET library providing a fluent API for managing Docker and Podman containers, images, and compose stacks locally and remotely. It includ…
921390active
helm-unittest/helm-unittest
A BDD-style unit test framework for Kubernetes Helm charts, distributed as a Helm plugin that adds a `helm unittest` command to the Helm CL…
931389active
ashishb/adb-enhanced
ADB-Enhanced is a Python-based command-line wrapper around the Android Debug Bridge (adb) that simplifies common Android testing and develo…
771387active
se2p/pynguin
Pynguin is a command-line tool that automatically generates unit tests for Python programs using search-based and random testing techniques…
931383active
Jackalope
Jackalope is a customizable, coverage-guided fuzzer for black-box binaries built on the TinyInst instrumentation library by Google Project …
761381active
airtap/airtap
Airtap is a command-line tool for running TAP-producing JavaScript unit tests (e.g. with tape) across many browsers, locally or in the clou…
291379active
eranpeer/FakeIt
FakeIt is a header-only C++ mocking framework with an expressive C++11-based API for creating mock objects and verifying method invocations…
681370stable
DiUS/java-faker
A Java library that ports Ruby's faker gem to generate realistic fake data such as names, addresses, phone numbers, and many themed categor…
324900maintenance
puppeteer/replay
A TypeScript library providing an API to replay and stringify user flow recordings created with Chrome DevTools Recorder. It includes a CLI…
941369active
cglib/cglib
cglib is a high-level Java bytecode generation and transformation library used to create dynamic proxies, extend classes, and intercept met…
234894maintenance
Endava/cats
CATS (Contract API Testing and Security) is a REST API fuzzer and negative testing tool for OpenAPI endpoints. It automatically generates, …
881366active
mozilla/grcov
grcov is a fast Rust-based CLI tool that collects and aggregates code coverage data from multiple source files. It processes .profraw and .…
831363active
openclaw/crabbox
Crabbox is a Go CLI and execution control plane that leases remote runners (cloud VMs, SSH hosts, containers, or sandbox providers), syncs …
771362active
GoogleChrome/chrome-launcher
A Node.js library from GoogleChrome that launches Google Chrome with the DevTools remote-debugging port open, automatically locating the Ch…
681359active
go-fuzz
go-fuzz is a coverage-guided fuzzing tool for testing Go packages with randomized inputs. It is mainly useful for hardening code that parse…
324850maintenance
rust-pretty-assertions/rust-pretty-assertions
A Rust crate that provides drop-in replacements for assert_eq! and assert_ne! macros with colorful, human-readable diffs on failure. It is …
421356active
TNG/ArchUnitNET
ArchUnitNET is a C# library for specifying and asserting architecture rules in automated tests, forked from Java's ArchUnit. It analyzes as…
951354active
chipsalliance/riscv-dv
RISCV-DV is a SystemVerilog/UVM-based random instruction sequence generator for verifying RISC-V processor designs. It produces randomized …
661351active
plantain-00/type-coverage
A CLI tool that measures type coverage in TypeScript codebases by calculating the percentage of identifiers whose type is not `any`. It can…
741350active
dotnet/sourcelink
Source Link is a set of .NET build tools and NuGet packages that embed source control metadata into binaries, symbols (PDBs), and packages …
851349stable
jetmore/swaks
Swaks is a scriptable, transaction-oriented SMTP test tool written in Perl, often called the Swiss Army Knife for SMTP. It supports SMTP, E…
231336active
qdhenry/Claude-Command-Suite
A collection of 216+ slash commands, 12 Claude Code Skills, and 54 specialized AI agents that add structured development workflows to Claud…
631332active
mingrammer/flog
Flog is a Go CLI tool that generates fake log data in common formats such as Apache common/combined/error, RFC3164/RFC5424 syslog, and JSON…
341331active
kubeshop/tracetest
Tracetest is an open-source trace-based testing tool that builds integration and end-to-end tests on top of OpenTelemetry distributed trace…
451328active
tonybaloney/wily
Wily is a command-line application that tracks and reports code complexity and other metrics across the git history of a Python project. It…
841326active
thoughtbot/appraisal
Appraisal is a Ruby library that integrates with Bundler and Rake to test your library against different versions of its dependencies in re…
411325active
pschanely/CrossHair
CrossHair is a Python analysis tool that verifies functions against type annotations and contracts using symbolic execution backed by an SM…
991321active
jakzal/phpqa
A Docker image bundling popular PHP static analysis and quality tools such as PHPStan, PHP-CS-Fixer, PHPMD, PHPCS, PHPCPD, PHPMetrics, and …
951321active
simplepeng/SpiderMan
An Android library that displays crash/exception information directly on the device in a dialog, with options to share the stack trace. It …
471313stable
HXSecurity/DongTai
DongTai IAST is an open-source Interactive Application Security Testing platform that detects vulnerabilities in Java (and some Python) app…
331312active
lycorp-jp/sim-use
sim-use is a cross-platform Swift CLI that gives AI agents the ability to observe and act on iOS Simulator and Android emulator/device scre…
811310active
wheresrhys/fetch-mock
fetch-mock is a JavaScript library for mocking HTTP requests made with the fetch API, with an intuitive API for routing mocks based on requ…
841309active
giltene/wrk2
wrk2 is a constant-throughput HTTP benchmarking tool based on wrk, modified to produce accurate latency recordings using HdrHistograms. It …
324629maintenance
bUnit-dev/bUnit
bUnit is a C# testing library for Blazor components that lets tests run like regular unit tests on top of xUnit, NUnit, MSTest, and TUnit. …
981305active
metacraft-labs/codetracer
CodeTracer is a time-traveling debugger that records program execution into a self-contained, shareable trace file. It provides a GUI for s…
731302active
rsmbl/Resemble.js
Resemble.js is a JavaScript library for analyzing and comparing images using HTML5 canvas, producing pixel-level diff images and analysis d…
324613maintenance
spatie/laravel-mail-preview
A Laravel package that adds a 'preview' mail transport which stores sent emails locally and shows an overlay link to preview them. It is de…
751295active
r-lib/lintr
lintr is an R package providing static code analysis for R, checking style adherence, syntax errors, and possible semantic issues. It is hi…
861293stable
microsoft/waza
Waza is a Go CLI from Microsoft for evaluating AI agent skills through structured benchmarks. Users define test cases and validation rules …
821291active
treosh/lighthouse-ci-action
A GitHub Action that runs Lighthouse audits on URLs and enforces Lighthouse CI assertions or performance budgets within CI workflows. It su…
671291active
reg-viz/reg-suit
reg-suit is a command-line tool for visual regression testing that compares current screenshots against previous snapshots and generates HT…
801290active
sourcefrog/cargo-mutants
cargo-mutants is a mutation testing tool for Rust that automatically injects bugs (mutants) into your code and runs your test suite to see …
941284active
freerange/mocha
Mocha is a Ruby library for mocking and stubbing in unit tests, providing a unified syntax for full and partial mocking of test doubles. It…
731284stable
smocker-dev/smocker
Smocker is a simple and efficient HTTP mock server and proxy designed to help mock the HTTP dependencies of an application, especially for …
671284active
appium/java-client
The official Java language binding for writing Appium automated tests, conforming to the W3C WebDriver Protocol. It integrates with Maven o…
851281active
ReactiveCircus/android-emulator-runner
A GitHub Action that installs, configures, and runs hardware-accelerated Android Emulators on GitHub Actions Linux and macOS virtual machin…
881280active
SonarJS
SonarSource's static code analyzer for JavaScript, TypeScript, and CSS, providing hundreds of rules for code quality and security. It now a…
1001278active
open-source-labs/Spearmint
Spearmint is an open-source Electron desktop application that generates Jest test code through an accessibility-first graphical interface. …
651278active
carlosas/phpat
PHP Architecture Tester (PHPat) is a PHPStan extension that verifies architectural requirements in PHP codebases, such as which namespaces …
891276active
ktr0731/evans
Evans is an expressive universal gRPC client written in Go, offering both an interactive REPL mode with powerful completion and a stateless…
234492maintenance
GoogleChromeLabs/chrome-for-testing
Chrome for Testing is a Google-maintained distribution of versioned Chrome, ChromeDriver, and chrome-headless-shell binaries for automated …
751272active
kkangert/kspider
Kspider is a self-hosted visual web scraping platform written in Java where users define crawler workflows as flowcharts without writing ba…
141270active
smart-test-ti/SoloX
SoloX is a real-time performance data collection tool for Android and iOS applications, gathering metrics like CPU, memory, FPS, network, a…
231264active
mfridman/tparse
tparse is a command-line tool that parses and summarizes `go test -` output, showing failures, panics, and package-level summaries with col…
511261stable
bug0inc/passmark
Passmark is an open-source TypeScript library that extends Playwright to run end-to-end browser regression tests written in plain English. …
571258active
plurai-ai/intellagent
IntellAgent is a Python framework for diagnosing and optimizing conversational LLM agents through simulated, realistic synthetic user inter…
531257active
JustinBeckwith/linkinator
Linkinator is a broken link checker that crawls websites, local HTML files, and markdown documentation to find dead links and invalid URLs.…
991256active
tokio-rs/turmoil
Turmoil is a family of Rust crates for deterministic simulation testing of distributed systems, running multiple concurrent hosts on a sing…
861255active
CodeIntelligenceTesting/jazzer
Jazzer is a coverage-guided, in-process fuzz testing engine for the JVM, based on libFuzzer. It integrates with JUnit 5 and build tools lik…
861254active
benchmark-action/github-action-benchmark
A GitHub Action that collects benchmark results from many benchmarking tools and tracks them across CI runs. It stores results on a GitHub …
901251active
kiwitcms/Kiwi
Kiwi TCMS is an open source test case management system for organizing manual and automated testing, featuring test plans, test runs, bug t…
951250active
fscheck/FsCheck
FsCheck is a property-based testing library for .NET, ported from Haskell's QuickCheck. Programmers specify properties that functions shoul…
941246active
anishathalye/porcupine
Porcupine is a fast linearizability checker written in Go, used to test the correctness of concurrent and distributed systems against seque…
751244active
krzysztofzablocki/Difference
A Swift library that highlights exactly which properties differ between two instances of any type, producing readable diffs instead of Xcod…
311243active
iOS Simulator Skill for Claude Code
A Claude Code skill (also installable as a plugin) providing 27 Python scripts for building, testing, and automating iOS apps via xcodebuil…
711241active
playbook-ui/playbook-ios
Playbook is a Swift library for iOS that lets developers build and preview UI components in isolation, inspired by Storybook, supporting bo…
231240active
myzhan/boomer
Boomer is a Go library that acts as a high-performance load generator for Locust, spawning thousands of goroutines to run test code concurr…
731237active

← prev page 6 / 11 next →