Metadata-Version: 2.4
Name: testbench2robotframework
Version: 2.0.1rc1
Summary: Robot Framework Code Generator from Keyword-Driven Tests in imbus TestBench 3.0 and newer
Author-email: imbus AG <support@imbus.de>
Requires-Python: >= 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click >= 8.0
Requires-Dist: robotframework >= 6.1
Requires-Dist: tomli; python_version < '3.11'
Requires-Dist: build ; extra == "dev"
Requires-Dist: check-manifest ; extra == "dev"
Requires-Dist: flit ; extra == "dev"
Requires-Dist: invoke ; extra == "dev"
Requires-Dist: mypy ; extra == "dev"
Requires-Dist: pylint ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: pytest-spec ; extra == "dev"
Requires-Dist: robotframework-tidy ; extra == "dev"
Requires-Dist: datamodel-code-generator ; extra == "dev"
Requires-Dist: ruff ; extra == "dev"
Requires-Dist: twine ; extra == "dev"
Requires-Dist: orjson ; extra == "fast"
Project-URL: Repository, https://github.com/imbus/testbench2robotframework
Provides-Extra: dev
Provides-Extra: fast

# TestBench2RobotFramework

testbench2robotframework is a CLI tool to convert a TestBench JSON report into Robot Framework test suites and to write the execution results provided by Robot Framework back to the TestBench report.

This can be used for automated test execution with Robot Framework, triggered by a CI/CD pipeline.

## Documentation

The documentation is available in the [TestBench Ecosystem Documentation](https://imbus.github.io/testbench-ecosystem-documentation/testbench2robotframework/intro).

## Releases

Releases are published on [GitHub](https://github.com/imbus/testbench2robotframework/releases) and available via [PyPI](https://pypi.org/project/testbench2robotframework/).

## Requirements

- Python 3.10 or higher
- TestBench version >= 4.1

