Metadata-Version: 2.4
Name: testbench-cli-reporter
Version: 3.0.0
Summary: CLI Tool to Export XML-Full-Reports from TestBench
Author-email: imbus AG | Zacharias Daum & René Rohner <rene.rohner@imbus.de>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Acceptance
License-File: LICENSE
Requires-Dist: click>=8.1,<9.0
Requires-Dist: questionary>=2.1.0,<3.0.0
Requires-Dist: requests>=2.32.3,<3.0.0
Requires-Dist: urllib3>=2.4.0,<3.0.0
Requires-Dist: ruff>=0.11.8 ; extra == "dev"
Requires-Dist: pre-commit>=4.2.0 ; extra == "dev"
Requires-Dist: mypy>=1.15.0 ; extra == "dev"
Requires-Dist: flit>=3.12 ; extra == "dev"
Requires-Dist: wheel>=0.45.1 ; extra == "dev"
Requires-Dist: robotframework>=7.2.2 ; extra == "test"
Requires-Dist: robotframework-robocop>=6.1.1 ; extra == "test"
Project-URL: Homepage, https://github.com/imbus/testbench-cli-reporter
Provides-Extra: dev
Provides-Extra: test

# testbench-cli-reporter
testbench-cli-reporter is a cli tool to export XML reports from an TestBench instance and import test results back into it.

This can be used for automated test execution with e.g. RobotFramework, triggered by a CI/CD pipeline.

## [Documentation](https://imbus.github.io/testbench-ecosystem-documentation/testbench-cli-reporter/intro)

The documentation is available online at [imbus.github.io](https://imbus.github.io/testbench-ecosystem-documentation/testbench-cli-reporter/intro).

Alternatively, the documentation is also available in the `docs` folder of this repository.

## Releases

Releases are published on GitHub and available via PyPI.

Binary releases include a bundled Python runtime, so you can run the CLI without installing Python separately.
They are available here:
https://github.com/imbus/testbench-cli-reporter/releases
