From 897fe3045c3e0ee633a970330a7da1a8af3683c0 Mon Sep 17 00:00:00 2001 From: Marcel Veselka Date: Tue, 17 Mar 2026 20:20:15 +0100 Subject: [PATCH] Add wopee.rf and wopee-mcp to the list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 41df981..49609b2 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Collection of awesome Python resources for testing and generating test data. ## LLM & MCP Testing - [mcp-server-fuzzer](https://github.com/Agent-Hellboy/mcp-server-fuzzer) - A comprehensive fuzzing tool designed specifically for testing Model Context Protocol (MCP) servers. It supports both tool argument fuzzing and protocol type fuzzing across multiple transport protocols. +- [wopee-mcp](https://docs.wopee.io/guides/wopee-mcp/) - MCP server for autonomous testing - dispatch test runs, analysis crawls, and AI agent tests from AI coding assistants. ## Load Testing @@ -249,6 +250,7 @@ Collection of awesome Python resources for testing and generating test data. - [sixpack](https://github.com/seatgeek/sixpack) - A language-agnostic A/B Testing framework. - [splinter](https://github.com/cobrateam/splinter) - Open source tool for testing web applications. - [squape](https://github.com/CyberAlpaca/squish-api-python-extension) - is a package that extends Squish API providing convenience tools for everyday automated test cases development. +- [wopee.rf](https://github.com/autonomous-testing/wopee.rf) - Visual regression testing library for Robot Framework with AI-powered autonomous test maintenance. ## Resources