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

function: testing

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

ProductHealth v2StarsMaturity
puppeteer/puppeteer
Puppeteer is a JavaScript library providing a high-level API to control Chrome or Firefox over the DevTools Protocol or WebDriver BiDi, run…
9595497stable
microsoft/playwright
Playwright is a framework for web testing and browser automation that drives Chromium, Firefox, and WebKit through a single API, available …
9895186stable
Storybook
Storybook is an open-source frontend workshop for building, documenting, and testing UI components and pages in isolation. It supports majo…
9590941stable
addyosmani/agent-skills
A curated pack of 24 production-grade engineering skills (structured Markdown workflows) for AI coding agents like Claude Code, Cursor, Cod…
8190043active
hoppscotch/hoppscotch
Hoppscotch is an open-source API development ecosystem for building, testing, and documenting HTTP, REST, GraphQL, and WebSocket requests. …
9880100active
LocalStack
LocalStack is a fully functional local AWS cloud emulator that lets developers develop and test cloud and serverless applications offline. …
1065145active
Cypress
Cypress is an open-source end-to-end and component testing framework for anything that runs in a browser, built in TypeScript. It ships a t…
9951001stable
usebruno/bruno
Bruno is an open-source desktop IDE for exploring and testing REST and GraphQL APIs, positioned as a lightweight alternative to Postman and…
9546566active
jestjs/jest
Jest is a comprehensive JavaScript testing framework with a focus on simplicity, working out of the box with Babel, TypeScript, Node, React…
9445474stable
FuelLabs/fuels-rs
fuels-rs is the official Rust SDK for the Fuel blockchain, enabling developers to compile, deploy, and interact with Sway smart contracts. …
8843050active
Kong/insomnia
Insomnia is an open-source, cross-platform desktop API client for debugging, designing, testing, and mocking APIs across REST, GraphQL, Web…
9939954active
google/googletest
GoogleTest is Google's C++ xUnit testing and mocking framework, merging the formerly separate GoogleTest and GoogleMock projects. It provid…
8738962stable
microsoft/playwright-mcp
A Model Context Protocol (MCP) server from Microsoft that exposes Playwright browser automation capabilities to LLMs and MCP clients. It le…
8136504active
typicode/husky
Husky is a lightweight npm package that makes managing native Git hooks easy, using Git's core.hooksPath feature. It lets teams automatical…
6335286stable
Selenium
Selenium is an umbrella project of tools and libraries for automating web browsers, providing the infrastructure for the W3C WebDriver spec…
9434397stable
grafana/k6
Grafana k6 is an open-source load and performance testing tool with a Go-based engine and tests written in JavaScript or TypeScript. It sup…
9831327stable
GoogleChrome/lighthouse
Lighthouse is an open-source automated auditing tool from Google that analyzes web pages for performance, accessibility, SEO, and best prac…
9730702active
LeakCanary
LeakCanary is a memory leak detection library for Android that automatically detects and analyzes memory leaks in Android applications. It …
8529987active
stretchr/testify
Testify is a Go toolkit providing assertion helpers, mocking, and test suite interfaces that integrate with the standard library's testing …
9026185stable
Bazel
Bazel is an open-source, fast, and scalable build and test system that supports multiple languages and platforms. It uses incremental build…
9725764stable
mochajs/mocha
Mocha is a feature-rich JavaScript test framework that runs on Node.js and in the browser, supporting TDD and BDD styles with flexible inte…
9822905stable
floci-io/floci
Floci is a free, open-source local AWS emulator that runs 83 AWS services (S3, SQS, DynamoDB, Lambda, ECS, and more) on your machine via Do…
8222391active
Appium
Appium is an open-source, cross-platform UI automation framework built on the W3C WebDriver protocol, supporting native, hybrid, mobile web…
9521900stable
jsdom/jsdom
jsdom is a pure-JavaScript implementation of web standards like the WHATWG DOM and HTML Standards for Node.js. It emulates enough of a web …
9421659active
catchorg/Catch2
Catch2 is a modern, C++-native unit testing framework supporting TDD and BDD styles, with no external dependencies. It also provides basic …
9521444stable
avajs/ava
AVA is a minimalist test runner for Node.js with a concise API, detailed error output, and concurrent test execution in isolated worker thr…
8520830active
didi/DoKit
DoKit (DoraemonKit) is an efficiency platform for the full lifecycle of pan-frontend product development, offering in-app debug toolkits fo…
5020406active
go-playground/validator
A Go library for validating structs and individual fields using struct tags, with support for cross-field, cross-struct, and nested map/sli…
9020132stable
PHPUnit
PHPUnit is the de facto unit testing framework for PHP, following the xUnit architecture. It provides a test runner, assertions, mocking, c…
9420045stable
testing-library/react-testing-library
React Testing Library is a lightweight set of utilities for testing React components by rendering them into a DOM and querying them the way…
7319645stable
joke2k/faker
Faker is a Python library that generates realistic fake data such as names, addresses, and text. It is commonly used to seed databases, cre…
9419380stable
probelabs/goreplay
GoReplay is an open-source CLI tool written in Go that captures live HTTP traffic from production servers and replays it against test envir…
5219318active
openai/evals
OpenAI Evals is a Python framework for evaluating large language models and LLM-based systems, with an open-source registry of benchmark ev…
6619262active
Orange-OpenSource/hurl
Hurl is a command line tool written in Rust that runs HTTP requests defined in a simple plain text format, built on top of libcurl. It doub…
8419160stable
keploy/keploy
Keploy is a developer-centric API and integration testing platform that records real application traffic, database queries, and streaming e…
9518424active
mswjs/msw
Mock Service Worker (MSW) is an API mocking library for JavaScript that intercepts HTTP, GraphQL, and WebSocket requests in browsers via th…
9018168stable
confident-ai/deepeval
DeepEval is an open-source Python framework for evaluating LLM applications with pytest-style unit tests and 50+ research-backed metrics in…
9517882active
vitest-dev/vitest
Vitest is a next-generation JavaScript/TypeScript testing framework built on top of Vite, offering Jest-compatible APIs with fast watch mod…
9517013stable
jasmine/jasmine
Jasmine is a behavior-driven development (BDD) testing framework for JavaScript that runs in browsers and Node.js. It provides a clean desc…
9415823stable
budtmo/docker-android
Docker-Android is a Docker image that runs Android emulators with configurable device profiles, noVNC screen viewing, log sharing, and vide…
9715784active
infinitered/reactotron
Reactotron is a free, open-source desktop application for debugging React JS and React Native apps, letting developers inspect state, API r…
9815583active
vibrantlabsai/ragas
Ragas is a Python library for evaluating LLM applications with objective, LLM-driven metrics and systematic experiment loops. It also gener…
7115485active
faker-js/faker
Faker is a TypeScript library for generating massive amounts of realistic fake data such as names, addresses, dates, and financial records …
9515474stable
kubernetes-sigs/kind
kind (Kubernetes IN Docker) is a tool for running local Kubernetes clusters using Docker container 'nodes', bootstrapped with kubeadm. It w…
9515448active
Mockito
Mockito is the most popular mocking framework for unit tests written in Java, with a clean API for creating test doubles and verifying inte…
9015448stable
mobile-dev-inc/Maestro
Maestro is an open-source end-to-end UI testing framework for Android, iOS, and web apps that uses human-readable YAML flows interpreted at…
9915432active
Moya/Moya
Moya is a Swift network abstraction layer that encapsulates Alamofire calls behind typed, enum-based API endpoints. It provides compile-tim…
6415358stable
microsoft/playwright-python
Playwright for Python is a library to automate Chromium, Firefox, and WebKit browsers with a single API, supporting both sync and async Pyt…
9314952stable
pointfreeco/swift-composable-architecture
The Composable Architecture (TCA) is a Swift library for building applications with a consistent, testable architecture based on state mana…
9514886stable
web-infra-dev/midscene
Midscene.js is an open-source TypeScript SDK that acts as a GUI agent for E2E testing and UI automation, using multimodal vision models to …
8614714active
FLEXTool/FLEX
FLEX (Flipboard Explorer) is an in-app debugging and exploration library for iOS apps, written in Objective-C. It presents a toolbar overla…
6214631stable
pytest-dev/pytest
pytest is a mature Python testing framework that makes it easy to write small tests with plain assert statements while scaling to complex f…
9214444stable
forwardemail/supertest
SuperTest is a Node.js library for testing HTTP servers using a fluent, chainable API built on top of superagent. It provides high-level HT…
7614396stable
phpstan/phpstan
PHPStan is an open-source static analysis tool for PHP that discovers bugs in code without running it. It understands PHPDocs, supports gen…
9514082stable
metersphere/metersphere
MeterSphere is an open-source continuous testing platform with a built-in AI assistant for generating test cases. It combines test case man…
9813470active
chromedp
chromedp is a Go library for driving Chrome and other browsers via the Chrome DevTools Protocol, with no external dependencies. It supports…
8413264active
nock/nock
Nock is an HTTP server mocking and expectations library for Node.js. It intercepts HTTP requests made by code under test and returns predef…
9613121stable
seleniumbase/SeleniumBase
SeleniumBase is an all-in-one Python browser automation framework for web testing, crawling, and scraping, built on Selenium/WebDriver with…
9512955active
microsoft/playwright-cli
A command-line interface for Playwright browser automation designed for coding agents like Claude Code and GitHub Copilot. It provides toke…
9812871active
ultrafunkamsterdam/undetected-chromedriver
A Python library that patches Selenium's ChromeDriver binary so automated Chrome sessions avoid detection by anti-bot systems like Cloudfla…
4612808active
google/guice
Guice is a lightweight dependency injection framework for Java 11+, developed by Google. It eliminates the need for manual factories and 'n…
6712732stable
asweigart/pyautogui
PyAutoGUI is a cross-platform Python module for GUI automation that programmatically controls the mouse and keyboard. It works on Windows, …
3212668stable
Z3Prover/z3
Z3 is a high-performance SMT (Satisfiability Modulo Theories) theorem prover from Microsoft Research, written in C++. It solves logical con…
9512610stable
google/oss-fuzz
OSS-Fuzz is Google's free continuous fuzzing service for open source software, combining fuzzing engines like libFuzzer, AFL++, and Honggfu…
7712594active
felangel/bloc
Bloc is a predictable state management library for Dart, Flutter, and AngularDart that implements the BLoC (Business Logic Component) desig…
9112482stable
Atomic Red Team
Atomic Red Team is a library of small, portable detection tests mapped to the MITRE ATT&CK framework, letting security teams validate their…
7712457active
g1879/DrissionPage
DrissionPage is a Python-based web automation library that combines browser control (via Chromium's DevTools Protocol, without WebDriver) w…
7012405active
Shopify/toxiproxy
Toxiproxy is a TCP proxy written in Go for simulating network and system conditions such as latency, bandwidth limits, and connection failu…
7412285stable
wix/Detox
Detox is a gray box end-to-end testing and automation framework for mobile apps, primarily React Native, running tests on real devices and …
9512014active
nightwatchjs/nightwatch
Nightwatch.js is an integrated end-to-end testing framework for Node.js built on the W3C Webdriver API, developed at BrowserStack. It suppo…
8811956stable
faker-ruby/faker
A Ruby library for generating realistic fake data such as names, addresses, emails, phone numbers, and finance details. It supports over 40…
8811935stable
robotframework/robotframework
Robot Framework is a generic open-source automation framework for acceptance testing, ATDD, and robotic process automation (RPA). It uses a…
8611844stable
fivetran/great_expectations
Great Expectations (GX Core) is a Python library for validating, documenting, and profiling data using declarative, human-readable assertio…
9511740active
pestphp/pest
Pest is an elegant PHP testing framework built on top of PHPUnit, offering a functional test API with expressive expect() assertions, datas…
9511683active
jaredpalmer/tsdx
TSDX is a zero-config CLI for developing, testing, and publishing TypeScript packages, with templates for basic and React libraries. Versio…
6111465active
ifixai-ai/iFixAi
iFixAi is an open-source CLI diagnostic tool that independently audits AI agents for misalignment, hallucination, manipulation, deception, …
8111173active
microsoft/STL
Microsoft's official open-source implementation of the C++ Standard Library (STL) that ships with the MSVC toolset and Visual Studio. The r…
8811136active
modelcontextprotocol/inspector
The MCP Inspector is the reference developer tool for testing and debugging Model Context Protocol (MCP) servers. It ships as a single npm …
8910760active
mockery/mockery
Mockery is a flexible PHP mock object framework for creating test doubles in unit tests. It provides a human-readable DSL for defining expe…
9810724stable
rr-debugger/rr
rr is a lightweight record-and-replay framework for Linux that captures the full execution of applications (process and thread trees) and r…
6710630active
Foundry
Foundry is a fast, portable, modular toolkit for Ethereum smart contract development written in Rust, comprising Forge (build/test/fuzz/dep…
9410568stable
tylertreat/comcast
Comcast is a Go CLI tool that simulates poor network conditions such as latency, bandwidth limits, and packet loss by wrapping system tools…
2810512stable
google/benchmark
Google Benchmark is a C++ microbenchmarking library for timing small code snippets, with an API similar to unit test frameworks. It support…
8310370stable
gskinner/regexr
RegExr is an HTML/JS web application for creating, testing, and learning about Regular Expressions, with real-time match highlighting, expr…
3710353active
axllent/mailpit
Mailpit is a lightweight, zero-dependency email and SMTP testing tool for developers that acts as a local SMTP server and captures outgoing…
9410209active
teamcapybara/capybara
Capybara is a Ruby acceptance test framework that simulates how a real user interacts with web applications. It works with multiple drivers…
7410169stable
DevExpress/testcafe
TestCafe is a free, open-source Node.js framework for automating end-to-end web testing in JavaScript or TypeScript. It drives browsers dir…
929906active
Quick/Quick
Quick is a behavior-driven development (BDD) testing framework for Swift and Objective-C, inspired by RSpec, Specta, and Ginkgo. It lets de…
609827stable
webdriverio/webdriverio
WebdriverIO is a browser and mobile automation test framework for Node.js supporting the WebDriver, WebDriver BiDi, and Appium protocols. I…
959826stable
symfony/console
Symfony Console is a PHP component that eases the creation of beautiful and testable command-line interfaces. It provides command registrat…
959810stable
sinonjs/sinon
Sinon.JS is a standalone, test framework agnostic JavaScript library providing test spies, stubs, mocks, and fake timers. It integrates sea…
669758stable
bchavez/Bogus
Bogus is a fake data generator library for .NET languages (C#, F#, VB.NET), ported from faker.js with a FluentValidation-inspired fluent AP…
619731active
Airtest Project
Airtest Project is a cross-platform UI automation testing framework from NetEase for games and apps, using image recognition to locate UI e…
659532active
apache/jmeter
Apache JMeter is a 100% Java open-source application for load testing and measuring the performance of web applications and other services.…
669518stable
PlatformIO
PlatformIO Core is a cross-platform Python CLI and build system for embedded firmware development across many architectures (ESP32, ESP8266…
809425active
facebook/chisel
Chisel is a collection of LLDB commands implemented in Python that assist in debugging iOS and macOS apps. It extends the LLDB debugger wit…
559178active
artilleryio/artillery
Artillery is an open-source load testing platform and CLI for stress-testing HTTP APIs, GraphQL, WebSocket, Socket.IO, gRPC, and browser ap…
959057active
onsi/ginkgo
Ginkgo is a mature BDD-style testing framework for Go that builds on Go's native testing package. It provides an expressive DSL for structu…
989043stable
karatelabs/karate
Karate is an open-source Java-based test automation framework that unifies API testing (REST, GraphQL, SOAP, WebSocket), UI browser automat…
998929active
HypothesisWorks/hypothesis
Hypothesis is the property-based testing library for Python, generating randomized test inputs from user-described strategies and shrinking…
958913stable

page 1 / 17 next →