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
laravel/dusk
Laravel Dusk is a browser automation and end-to-end testing library for Laravel applications. It uses a standalone Chromedriver by default,…
931945active
senzhk/ADBKeyBoard
ADBKeyBoard is an Android virtual keyboard (IME) that receives text input commands via ADB broadcast intents. It enables sending arbitrary …
831943active
KasperskyLab/Kaspresso
Kaspresso is an Android UI testing framework built on top of Espresso and UI Automator, offering a readable Kotlin DSL, page object support…
781924active
selenide/selenide
Selenide is a Java framework for writing concise, easy-to-read and easy-to-maintain automated UI tests, powered by Selenium WebDriver. It p…
991910active
oblador/loki
Loki is a visual regression testing tool for Storybook projects that captures screenshots of stories and diffs them against reference image…
231909active
phpspec/phpspec
phpspec is a SpecBDD (Specification-based Behavior-Driven Development) testing framework for PHP. It guides developers to design and specif…
901907active
unkn0wn-root/resterm
Resterm is a terminal-native API client and workbench for REST, GraphQL, gRPC, WebSocket and SSE, built around plain .http/.rest files that…
811902active
pytest-dev/pytest-xdist
pytest-xdist is a pytest plugin that adds distributed test execution modes, most notably running tests in parallel across multiple CPU core…
751901stable
BackstopJS
BackstopJS is a Node.js tool that automates visual regression testing of web apps by capturing screenshots with Chrome Headless and compari…
237177maintenance
test-kitchen/test-kitchen
Test Kitchen is a Ruby-based CLI tool for integration testing infrastructure code and configuration management (e.g., Chef cookbooks) on is…
1001891active
rust-fuzz/cargo-fuzz
cargo-fuzz is a Cargo subcommand that makes it easy to fuzz test Rust code with libFuzzer. It scaffolds fuzz targets, runs them, minimizes …
811890active
sstephenson/bats
Bats is a TAP-compliant testing framework for Bash scripts and UNIX programs, where test cases are Bash functions with special @test syntax…
107102maintenance
stateright/stateright
Stateright is a Rust actor library with an embedded model checker for implementing distributed systems, including a web UI for exploring sy…
471870active
stepci/stepci
Step CI is an open-source, language-agnostic API quality assurance framework configured via YAML, JSON, or JavaScript. It tests REST, Graph…
231870active
fent/randexp.js
A JavaScript library that generates random strings matching a given regular expression. It supports grouping, ranges, references, custom ch…
471866stable
uber/ios-snapshot-test-case
An iOS library (formerly Facebook's FBSnapshotTestCase) for snapshot testing UIViews and CALayers by comparing rendered images against stor…
471863stable
hcoles/pitest
Pitest (PIT) is a state-of-the-art mutation testing system for Java and the JVM. It mutates bytecode to verify the effectiveness of unit te…
991858active
FakeItEasy/FakeItEasy
FakeItEasy is a .NET dynamic fake library for creating fake objects, mocks, and stubs in tests. It provides a fluent, context-aware API whe…
871846active
Tencent/CodeAnalysis
Tencent Cloud Code Analysis (TCA, code-named CodeDog) is a self-hosted static code analysis platform consisting of server, web, and client …
451845active
AngusKit/AngusTester
AngusTester is a self-hosted agile development and testing platform combining project management, functional/API/scenario testing, service …
661842active
rust-fuzz/afl.rs
afl.rs is a Cargo subcommand that lets you fuzz test Rust code with AFLplusplus, the coverage-guided fuzzer. It instruments Rust builds so …
751841active
asomers/mockall
Mockall is a mock object library for Rust that generates mock implementations of traits and structs via procedural macros for use in unit t…
771835stable
testing-library/cypress-testing-library
A Cypress plugin that adds custom commands exposing DOM Testing Library query methods (getByLabelText, getByText, etc.) inside Cypress end-…
731823active
Pact
Pact is a code-first contract testing framework that lets consumers define expected interactions with providers via a DSL and mock service,…
1001809active
elixir-wallaby/wallaby
Wallaby is an Elixir library for concurrent end-to-end browser testing of web applications, simulating realistic user interactions. It mana…
851803active
jeremyjh/dialyxir
Dialyxir provides Mix tasks that simplify running Dialyzer static analysis in Elixir projects. It automates PLT management, compilation, an…
791795stable
MatrAIx-ai/MatrAIx-Persona-8B
MatrAIx is a population-scale, persona-driven evaluation framework that instantiates sampled persona records as LLM agents to simulate hete…
581793active
datafaker-net/datafaker
Datafaker is a JVM library for generating fake data in Java, Kotlin, and Groovy, offering 250+ data providers covering names, addresses, da…
921792active
agronholm/typeguard
Typeguard is a Python library that performs run-time type checking based on PEP 484 type annotations, complementing static type checkers. I…
931785active
sebastianbergmann/code-unit-reverse-lookup
A small PHP library that maps a line of code to the function or method it belongs to. It is primarily used as a dependency of PHPUnit and i…
336678maintenance
BenMorris/NetArchTest
NetArchTest is a fluent API library for .NET that enforces architectural rules (naming, dependencies, class design conventions) within unit…
231772stable
newsapps/beeswithmachineguns
Bees with Machine Guns is a Python CLI utility that spins up many micro EC2 instances ('bees') to perform distributed load testing against …
326627maintenance
SamSaffron/memory_profiler
memory_profiler is a Ruby gem that reports memory usage and object allocations (allocated vs retained) by gem, file, location, and class. I…
651766active
richardszalay/mockhttp
A testing library for .NET that replaces HttpClient's HttpMessageHandler with a mock handler, letting you configure canned responses via a …
851761active
DATA-DOG/go-sqlmock
go-sqlmock is a mock library implementing Go's sql/driver interface to simulate SQL driver behavior in tests without a real database connec…
646567maintenance
sqlancer/sqlancer
SQLancer is a Java-based automated testing tool that finds logic and performance bugs in database management systems. It generates SQL test…
671753active
Chance
Chance is a minimalist JavaScript library for generating random strings, numbers, names, addresses, dates, and other data, built on a seeda…
426539maintenance
Brightify/Cuckoo
Cuckoo is a boilerplate-free mocking framework for Swift, using a compile-time code generator (Cuckoonator/build plugin) to create mock cla…
941743active
MikeMirzayanov/testlib
A C++ header-only library for building competitive programming problem infrastructure: checkers, validators, generators, and interactors. I…
671742stable
tddworks/baguette
Baguette is a Swift CLI and WebSocket server that provides headless control of iOS simulators without opening Xcode or Simulator.app. It su…
811739active
kward/shunit2
shUnit2 is a xUnit-style unit test framework for Bourne-based shell scripts, modeled after JUnit and PyUnit. It lets developers write and r…
551737stable
LemonAppDev/konsist
Konsist is a structural linter and static code analyzer for Kotlin that enforces codebase consistency and architecture rules. Checks are wr…
761720active
Culebra/AndroidViewClient
AndroidViewClient/culebra is a pure Python library and toolset for Android UI test automation, acting as a ViewServer and ADB client that e…
681713active
sebastianbergmann/php-token-stream
A PHP library that wraps PHP's tokenizer extension, providing an object-oriented interface for working with tokenized PHP source code. It w…
326373maintenance
ivaylokenov/MyTested.AspNetCore.Mvc
MyTested.AspNetCore.Mvc is a strongly-typed fluent unit testing library for ASP.NET Core MVC and API applications. It provides over 500 ass…
271712active
Codecov
A GitHub Action that uploads code coverage reports to Codecov from GitHub Actions workflows. It wraps the Codecov CLI/uploader to simplify …
941707active
SmartBear/soapui
SoapUI is a free, open-source, cross-platform desktop application for functional testing of SOAP and REST APIs and web services. It support…
771706active
sebastianbergmann/resource-operations
A small PHP library that provides a list of PHP built-in functions which operate on resources. It is typically used as a development-time d…
106255maintenance
pytest-dev/pluggy
pluggy is a minimalist, production-ready plugin system for Python, providing hook specification and implementation mechanisms. It is the co…
771684stable
wiremock/WireMock.Net
WireMock.Net is a flexible .NET library for stubbing and mocking HTTP responses with advanced request matching and response templating, bas…
941680active
obi1kenobi/cargo-semver-checks
cargo-semver-checks is a CLI linter that scans Rust crates for semantic versioning violations by comparing a crate's public API against a p…
941674active
google/atheris
Atheris is a coverage-guided fuzzing engine for Python code and native CPython extensions, built on top of libFuzzer. It instruments Python…
711674active
csmith-project/creduce
C-Reduce is a command-line tool that automatically reduces large C or C++ programs that trigger a property of interest (such as a compiler …
321667stable
pytest-dev/pytest-asyncio
A pytest plugin that enables testing of asyncio-based Python code by supporting coroutines as test functions. It lets developers write asyn…
901661stable
luogu-dev/cyaron
CYaRon is a Python library for generating random test data for competitive programming and online judge problems. It can create random grap…
581658stable
sanity-io/litter
Litter is a Go library that pretty-prints data structures as syntactically valid Go literals for debugging and testing. It produces consist…
681657stable
kubeshop/testkube
Testkube is an open testing platform that orchestrates, executes, and analyzes automated tests inside Kubernetes infrastructure using any c…
951653active
vcr/vcr
VCR is a Ruby library that records your test suite's real HTTP interactions into 'cassette' files and replays them on subsequent runs. It i…
706073maintenance
gjtorikian/html-proofer
HTMLProofer is a Ruby tool that validates rendered HTML files, checking for broken internal and external links, missing image alt tags, inv…
911643active
helm/chart-testing
A Go CLI tool (`ct`) for linting and testing Helm charts, automatically detecting charts changed against a target branch. It is designed fo…
741639active
lunarmodules/busted
busted is an elegant, easy-to-use unit testing framework for Lua (5.1+, LuaJIT, Moonscript, Terra) with a natural, readable spec style. It …
751635active
Kotlin/kotlinx-kover
Kover is a JetBrains toolset for measuring test coverage of Kotlin code compiled for JVM and Android, provided as Gradle and Maven plugins,…
901633active
vercel-labs/emulate
emulate is a zero-config CLI and programmatic library that runs stateful, production-fidelity local replacements for third-party APIs like …
821629active
TestableIO/System.IO.Abstractions
A .NET library providing an injectable abstraction (IFileSystem) over System.IO so file access code can be tested. It mirrors the System.IO…
971628active
ecsphp/ecs
Easy Coding Standard (ECS) is a zero-dependency PHP CLI tool that runs PHP-CS-Fixer and PHP_CodeSniffer rules together in a single parallel…
981623active
f/mcptools
A Go-based command-line interface for discovering, calling, and managing tools, resources, and prompts exposed by MCP (Model Context Protoc…
471623active
TestLinkOpenSourceTRMS/testlink-code
TestLink is a web-based open source test management and test execution system for QA teams. It lets teams create and organize test cases in…
571617active
minkphp/Mink
Mink is a PHP library providing an abstraction layer over web browser emulators and drivers (like Goutte, Selenium) for controlling browser…
741612active
microsoft/coyote
Coyote is a .NET library and CLI tool from Microsoft Research for systematically testing concurrent C# code and deterministically reproduci…
761594active
SlatherOrg/slather
Slather is a Ruby gem that generates test coverage reports for Xcode projects and can upload them to services like Coveralls. It integrates…
431593active
jenkinsci/JenkinsPipelineUnit
JenkinsPipelineUnit is a Groovy testing framework for unit testing Jenkins pipelines written in the Pipeline DSL. It provides a mock execut…
871584active
bahmutov/start-server-and-test
A Node.js CLI utility that starts a server, waits for a given URL to respond, runs a test command, and then shuts the server down. It is de…
981581active
scanapi/scanapi
ScanAPI is a Python CLI tool that runs automated integration tests against REST APIs using declarative YAML/JSON specifications. It hits de…
991580active
styled-components/jest-styled-components
A testing utility library for styled-components that improves Jest, Vitest, and Bun snapshot testing by inlining readable CSS rules into sn…
871580active
la10736/rstest
rstest is a fixture-based test framework for Rust built on procedural macros. It provides dependency injection via fixtures, table-based/pa…
631578stable
ffaker/ffaker
ffaker is a Ruby library for generating fake data such as names, emails, and addresses, originally created as a faster rewrite of the faker…
691573stable
kffl/speedbump
Speedbump is a TCP proxy written in Go that simulates variable, predictable network latency using configurable sine and sawtooth wave summa…
231557active
google/EarlGrey
EarlGrey is Google's native iOS UI automation test framework that lets developers write clear, concise UI tests with automatic synchronizat…
685692maintenance
holdenk/spark-testing-base
A library providing base classes for writing tests for Apache Spark applications in Scala and Python. It handles the setup and teardown of …
671555active
wntrblm/nox
Nox is a command-line tool for flexible test automation in Python, using a standard Python file (noxfile.py) for configuration instead of i…
951554active
PHPCSStandards/PHP_CodeSniffer
PHP_CodeSniffer is a set of two PHP scripts: phpcs tokenizes PHP files to detect violations of a defined coding standard, and phpcbf automa…
921554active
langwatch/better-agents
Better Agents is a CLI tool and a set of standards for scaffolding production-ready AI agent projects. It configures coding assistants like…
701552active
pytest-dev/pytest-django
pytest-django is a pytest plugin that lets you test Django projects and applications with pytest instead of Django's manage.py test runner.…
981546stable
watir/watir
Watir is an open-source Ruby library for automating web browsers, built on top of Selenium WebDriver. It drives browsers the way people do—…
321544active
assaf/zombie
Zombie.js is a lightweight Node.js framework for testing client-side JavaScript and full-stack web applications in a simulated headless bro…
105626maintenance
silentbicycle/greatest
greatest is a minimal unit testing library for C, distributed as a single header file with no dependencies and no dynamic allocation. It pr…
321540stable
microsoft/playwright-java
Playwright for Java is a library to automate Chromium, Firefox, and WebKit browsers with a single API, built for reliable end-to-end testin…
941539active
cpisciotta/xcbeautify
xcbeautify is a fast, Swift-based formatter that beautifies xcodebuild and Swift Package Manager output with human-friendly colored logs. I…
901538active
Teemu/pytest-sugar
pytest-sugar is a pytest plugin that improves the terminal output of test runs with a progress bar, instant failure display, and better-for…
611533active
Criterion.rs
Criterion.rs is a statistics-driven microbenchmarking library for Rust that measures and analyzes code performance with rigorous statistica…
675522maintenance
Benchee
Benchee is an easy-to-use and extensible microbenchmarking library for Elixir. It runs functions with warmup, measures run time and memory …
781514stable
vlucas/frisby
Frisby.js is a REST API testing framework built on top of Jest that provides a fluent, promise-based API for testing HTTP endpoints. It inc…
591511active
mailslurper/mailslurper
MailSlurper is a lightweight, web-based SMTP mail server written in Go that captures emails sent by applications during development. It sto…
471509active
reactor/BlockHound
BlockHound is a Java agent that detects blocking calls (like IO or Thread.sleep) made from threads marked as non-blocking, such as Reactor'…
871508stable
litestar-org/polyfactory
Polyfactory is a Python library that generates mock data from type hints, supporting frameworks like Pydantic, dataclasses, TypedDict, attr…
891503active
bestiejs/benchmark.js
Benchmark.js is a JavaScript benchmarking library that supports high-resolution timers and returns statistically significant results. It po…
105456maintenance
imanghafoori1/laravel-microscope
Laravel Microscope is a PHP/Laravel package that performs smart static checks to find bugs and errors in Laravel codebases, supporting fear…
681491active
RandomAPI/Randomuser.me-Node
The Node.js source code powering randomuser.me, a free API that generates random user data (names, emails, addresses, IDs) for application …
231490active
orlangure/gnomock
Gnomock is a Go integration and end-to-end testing toolkit that spins up ephemeral Docker containers for application dependencies with prec…
571489active
soutaro/steep
Steep is a static type checker for Ruby based on gradual typing, using RBS signature files and inline annotations. It is distributed as a R…
1001488active

← prev page 5 / 11 next →