Robot Framework Libdoc Extension that generates imbus TestBench Library import formats.
Project description
Libdoc2TestBench
Robot Framework Libdoc Extension that generates imbus TestBench Enterprise Library import formats.
Installation:
To install this package you can use pip
:
pip install robotframework-libdoc2testbench
Notice: This extension requires Robot Framework 4.0.0 or later and does not work with earlier versions.
Usage:
The basic usage just needs the Libdoc2TestBench
command and a Robot Framework Library as input and saves a zip-file named project-dump.zip
in the current working directory containing the needed information for the import.
Libdoc2TestBench <LIBRARY or RESOURCE>
By using a second positional argument you can additionally specify the output filename:
Libdoc2TestBench <LIBRARY or RESOURCE> <output.zip>
There are several optional arguments, that follow the structure of the robot.libdoc module. When generating imports from a RF library, these values should already be set up correctly. You may overwrite the docformat and other meta data by setting the associated arguments written below.
Arguments | Description | Allowed Values |
---|---|---|
-s , --specdocformat |
Specifies the documentation format used with XML and JSON spec files. RAW means preserving the original documentation format and HTML means converting documentation to HTML. The default is HTML . |
HTML RAW |
-F , --docformat |
Specifies the source documentation format. Possible values are Robot Framework's documentation format, HTML, plain text, and reStructuredText. The default value can be specified in library source code and the initial default value is ROBOT . |
ROBOT HTML TEXT REST |
-x , --xml |
Writes a single xml-file instead of the zipfile. | |
-t , --temp |
Path to write temporary files to. | |
-n , --name |
Sets the name of the documented library or resource for the import. | |
-v , --version |
Sets the version of the documented library or resource written for the import written in the description. | |
-r , --repository |
Sets the repository id of the TestBench import. The default is iTB_RF . |
|
-p , --pk |
Defines from which number the pks are enumerated. The default is 230 . |
|
--info |
Writes the Libdoc2TestBench, Robot Framework and Python version to console. |
Import in imbus TestBench
First create a zip-file from a Robot Framework library via the Libdoc2TestBench
command.
Afterwards the generated zip-file can be imported via the Import Project...
command in the Project Management view of the imbus TestBench:
In the Test Elements view you can now see your imported RF library as different interactions and datatypes:
Change log
- 1.0rc2
- ADDED optional arguments for:
- xml-file output (instead of zip-file)
- custom temporary directory
- changing the repository id in the xml-header
- custom primary key enumeration start
- info command for printing Libdoc2TestBench/Robot Framework/Python version to console
- support for resource-files (attachment support coming soon)
- FIX:
- only create
_Datatype
subdivison in libraries when data types are present Resource
subdivison is now in the correct parent subdivision- Updated README.md / package help-messages to reflect changes
- only create
- ADDED optional arguments for:
- 1.0rc1
- first release candidate
License
Distributed under the Apache-2.0 license. See LICENSE for more information.
Dependencies
- python >= 3.7
- robotframework >= 4.0.0
Contributing
For consistent code formatting, please use Black - The Uncompromising Code Formatter with the following arguments in the root directory:
black -l 100 -S .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for robotframework-libdoc2testbench-1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b476ffa3ead576da9359f17e523cb5cd928db8106195da610cc71b40f4cef652 |
|
MD5 | 3bf81a8a2e278d60379299be089d4dd1 |
|
BLAKE2b-256 | 3b6f1a5b3ead9858b91d3246d3bfdac945a2c51ea35bbd4bceeaa4b74305bd68 |
Hashes for robotframework_libdoc2testbench-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d20ab5f2a6de1385fa6cb31a67a122e9d08432c05c013a4393381b2e85d8e925 |
|
MD5 | 92c0c4b5967187e31e51015fe4fe7dd2 |
|
BLAKE2b-256 | 8afe717f8a8d6f4682310a5345deb28ba4226e670c856d5e880761eeefba9a1c |