We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20293e3 commit f72ed5eCopy full SHA for f72ed5e
1 file changed
robotmbt/suitereplacer.py
@@ -77,7 +77,10 @@ def treat_model_based(self, **kwargs):
77
model info that is included in the test steps, the test cases are modifed, mixed and
78
matched to create unique traces and achieve more test coverage quicker.
79
80
- Any arguments are handled as if using keyword `Update model-based options`
+ Any arguments must be named arguments. They are passed on as options to the selected model-based
81
+ processor. If an option was already set on library level (See: `Set model-based options` and
82
+ `Update model-based options`, then these arguments take precedence over the library option and
83
+ affect only the current test suite.
84
"""
85
self.robot_suite = self.current_suite
86
0 commit comments