Skip to content

documentation of stand-alone usage (with python) missing #32

@HolQue

Description

@HolQue

I have a question: We explain that the RobotFramework_Testsuites needs to be imported in robot tests in the following way:

Library RobotFramework_Testsuites WITH NAME testsuites

We explain that the RobotFramework_Testsuites works together with the JsonPreprocessor. But I cannot find any hint about what to do to import the JsonPreprocessor also. And the reason most probably is that this is already done by the RobotFramework_Testsuites. And when the RobotFramework_Testsuites does all the necessary things with the JsonPreprocessor, then there is nothing else to do for the users. The JsonPreprocessor is hidden.

But the JsonPreprocessor is also a component available in PyPi separately. Therefore it must be possible to use the JsonPreprocessor without the RobotFramework_Testsuites. And the consequence is that the user needs to know how to enable the JsonPreprocessor in his own Python code. In the documentation I only find informations about how to install
and informations about the JSON files. But what is missing is a full pure Python code example that demonstrates how to use the JsonPreprocessor in own Python code.

Metadata

Metadata

Assignees

Labels

0.9.0documentationImprovements or additions to documentationprio 1questionFurther information is requested

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions