Metadata-Version: 2.1
Name: robotframework-doc-only
Version: 0.1.0
Summary: Create test documentation without technical details
Home-page: https://github.com/bli74/robotframework-doc-only/
Author: Bert Lindemann
Author-email: bert.lindemann@gmail.com
Maintainer: Bert Lindemann
Maintainer-email: bert.lindemann@gmail.com
License: Apache License 2.0
Keywords: robotframework
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Robot Framework
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Welcome to Robot Framework Doc Only

## Motivation
Robotframework offers module robot.testdoc to generate 
an HTML documentation of the testcases.
This documentation includes technical details, that may
not be relevant for readers, who are just interested in
the business cases covered by the tests.

Additionally robot does not install a shell script to
call testdoc directly. That is different to the similar
tool libdoc for keyword documentation. 

## Getting started

```
    $ pip install robotframework-doc-only
    $ testdoc_small ${ROBOT_TEST_ROOT} ${DOCU_HTML_FILE}
    # OR
    $ testdoc_full ${ROBOT_TEST_ROOT} ${DOCU_HTML_FILE}
```

## Websites

Source code, screenshots, and additional documentation can be
found here:

* Source code: https://github.com/bli74/robotframework-doc-only


