Metadata-Version: 2.4
Name: testbench2robotframework
Version: 0.9.2b6
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 >= 5.0
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"
Project-URL: Repository, https://github.com/imbus/testbench2robotframework
Provides-Extra: dev

# 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 [docs](./docs) folder of this repository.

## Releases

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

## Requirements

- Python 3.10 or higher
- TestBench version >= 4

