-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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
Projects
Status