robotcode-runner
RobotCode runner for Robot Framework
What it is and what it does
robotcode-runner is a test execution module within the RobotCode project, providing utilities to run Robot Framework tests as part of the broader RobotCode automation toolchain. It depends on robotcode, robotframework, and related RobotCode packages (robotcode-modifiers, robotcode-plugin, robotcode-robot) to integrate test execution into RobotCode's ecosystem.
The package is marked Production/Stable and supports Python 3.10 through 3.14 on both CPython and PyPy. It is actively maintained with recent releases and serves as a building block for developers who want to execute Robot Framework tests within or alongside RobotCode's development and testing infrastructure.
Use it for:
- Running Robot Framework test suites programmatically from within RobotCode-based automation tools.
- Integrating test execution into RobotCode plugins or extensions that need to invoke Robot Framework tests.
- Automating test runs as part of a larger RobotCode workflow or CI/CD pipeline.
- Building custom test runners that leverage RobotCode's modifiers and plugin architecture.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides test execution and runner utilities for Robot Framework, integrated into the RobotCode ecosystem to streamline test automation workflows.
Yes, if you are already using RobotCode or Robot Framework and need integrated test execution utilities. The package is actively maintained, carries no known vulnerabilities, has low install friction, and uses a permissive Apache-2.0 license. Install only if you have a concrete need for RobotCode-integrated test execution; it is a specialized component, not a general-purpose test runner.
Install
robotcode-runner on PyPI
pip
pip install robotcode-runneruv
uv add robotcode-runnerpoetry
poetry add robotcode-runnerInstalling robotcode-runner
Before you install
Low install friction with a pure Python wheel distribution. Actively maintained with a release 31 days ago and recent commits; part of a moderately popular project with 292 GitHub stars.
License in practice
Distributed under Apache-2.0, a permissive license allowing commercial use, modification, and distribution with minimal restrictions—suitable for most commercial and open-source projects.
Quickstart
pip install robotcode-runner
from robotcode.runner import ...
# Use RobotCode runner utilities for test execution
Requires Python 3.10 or later; depends on robotcode, robotframework, and related RobotCode packages.
Verify before relying
- Specific runner API surface and available execution modes beyond the generic 'test execution utilities' description.
- Whether runner utilities are intended for programmatic use, CLI invocation, or both.
- Integration patterns with existing Robot Framework test suites and RobotCode plugins.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — robotcode-modifiers, robotcode-plugin, robotcode-robot, robotcode, robotframework |
| Maintenance | actively maintained — 31 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 78,545/month — #14,435 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: robotcode_runner-2.7.0-py3-none-any.whl
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
robotcodeRobotCode is a language server and IDE toolkit…
permissive · top 15,000 on PyPI
robotcode-robotProvides project handling and integration…
permissive · top 15,000 on PyPI
robotcode-coreProvides core type definitions and utility…
permissive · top 15,000 on PyPI
robotcode-pluginProvides a plugin management system for…
permissive · top 15,000 on PyPI
robotframeworkRobot Framework is a generic open-source…
permissive · top 5,000 on PyPI
allure-robotframeworkIntegrates Robot Framework test execution with…
permissive · top 15,000 on PyPI
robotframework-pabotPabot splits Robot Framework test execution…
permissive · top 5,000 on PyPI
robotframework-robocopRobocop is a static code analysis tool and…
permissive · top 5,000 on PyPI
robotframework-tidyRobotidy autoformats Robot Framework test code,…
permissive · top 15,000 on PyPI
pyclangPyclang wraps clang-tidy to run static analysis…
permissive · top 15,000 on PyPI