skillfed

robotcode-runner

RobotCode runner for Robot Framework

robotcode-runner v2.7.0 78.5K downloads/30d#14,435 on PyPI292
Permissive license Apache-2.0 Active released

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-runner

uv

uv add robotcode-runner

poetry

poetry add robotcode-runner

Installing 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

Development Status :: 5 - Production/StableFramework :: Robot FrameworkFramework :: Robot Framework :: ToolOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: Implementation :: CPythonProgramming Language :: Python :: Implementation :: PyPyTopic :: UtilitiesTyping :: Typed

Tags

robot framework test runnerrobotcode test executionrobot framework automation runnertest execution utilities robotrobotcode runner integrationrobot framework test utilities
robot-frameworktest-executionautomation

More Utilities packages