rfswarm-agent
RFSwarm Agent
What it is and what it does
rfswarm-agent is a performance testing tool that bridges the gap between functional and load testing by allowing you to reuse Robot Framework test cases for concurrent load generation. Instead of writing separate performance test scripts, you take an existing functional test case, make minor adjustments, and run it with multiple virtual users (called robots) to stress-test your application. The tool is written entirely in Python and integrates with Robot Framework's ecosystem, so if you already use Robot Framework, you have most of what you need.
The package depends on configparser, psutil, pyyaml, requests, and robotframework to orchestrate test execution across multiple concurrent agents. It is actively maintained, has no known security vulnerabilities, and targets Python 3.9 and later. The GPL-3.0-only license means any modifications must be shared under the same license, which may affect use in proprietary environments.
Use it for:
- Reuse functional Robot Framework tests for load testing without rewriting test logic or maintaining two separate test suites.
- Generate concurrent load from multiple virtual users to measure application response times and throughput under stress.
- Validate application performance and stability by running existing regression tests at scale with many simultaneous robots.
- Reduce test maintenance overhead by keeping functional and performance test cases in sync using the same Robot Framework scripts.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
rfswarm-agent lets you run Robot Framework test cases as load tests by spawning multiple virtual users (robots) to generate concurrent load against an application, reusing existing functional test scripts for performance testing.
Yes, if you already use Robot Framework for functional testing and want to avoid duplicating test logic for load testing. The low install friction, active maintenance, and absence of known vulnerabilities make it a practical choice. However, the GPL-3.0-only copyleft license requires careful review if you plan to modify or integrate it into proprietary testing infrastructure—you must share modifications under the same license.
Install
rfswarm-agent on PyPI
pip
pip install rfswarm-agentuv
uv add rfswarm-agentpoetry
poetry add rfswarm-agentInstalling rfswarm-agent
Before you install
Low install friction with a pure-Python wheel and five lightweight runtime dependencies. The project shows active maintenance with a recent release and steady repository activity.
License in practice
Licensed under GPL-3.0-only (copyleft). You must distribute any modifications under the same license and make source code available to users; this may constrain use in proprietary or closed-source testing pipelines.
Quickstart
pip install rfswarm-agent
from rfswarm_agent import RFSwarmAgent
agent = RFSwarmAgent()
agent.run()
Requires Python 3.9 or later and an existing Robot Framework installation (a runtime dependency).
Verify before relying
- Whether the package includes a CLI entry point or if programmatic initialization is the primary usage pattern.
- What configuration format is expected (the fact sheet lists pyyaml as a dependency but does not detail config structure).
- Whether virtual user count and load profile are configurable at runtime or require test-case modifications.
Package facts
| License | GPL-3.0-only (copyleft) |
| Python support | supports the current Python release (<4.0,>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — configparser, psutil, pyyaml, requests, robotframework |
| Maintenance | actively maintained — 9 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 111,481/month — #12,413 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: rfswarm_agent-1.6.0-py3-none-any.whl
Tags
More Testing packages
Pluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
virtualenvvirtualenv creates isolated Python environments…
permissive · top 100 on PyPI
coverageCoverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
pytest-asynciopytest-asyncio is a pytest plugin that enables…
permissive · top 1,000 on PyPI
pytest-json-ctrfA pytest plugin that generates test reports in…
permissive · top 1,000 on PyPI
rfswarm-managerrfswarm-manager lets you run Robot Framework…
copyleft · top 15,000 on PyPI
robotframework-selenium2libraryA Robot Framework library that wraps Selenium…
permissive · top 15,000 on PyPI
robotframeworkRobot Framework is a generic open-source…
permissive · top 5,000 on PyPI
robotframework-browserBrowser automation library for Robot Framework…
permissive · top 5,000 on PyPI
robotframework-seleniumlibrarySeleniumLibrary is a Robot Framework library…
permissive · top 5,000 on PyPI
robotframework-pabotPabot splits Robot Framework test execution…
permissive · top 5,000 on PyPI
robotframework-retryfailedA Robot Framework listener that automatically…
permissive · top 15,000 on PyPI
robotframework-sshlibraryA Robot Framework test library for executing…
permissive · top 15,000 on PyPI
robotframework-whitelibraryWhiteLibrary automates Windows GUI testing for…
permissive · top 15,000 on PyPI
locustLocust is a Python-based load testing framework…
permissive · top 5,000 on PyPI