I was trying to implement the BDD style and I have a keyword with multiple arguments. I was wondering if it is possible to split it to multiple lines? I wasn't able to find this in the user guide. I tried to split as if it was a documentation, but with no luck.
*** Test Cases *** test When very long keyword ${argument_1}:${argument_2} with ... multiple arguments ${argument_4} is set to ${argument_5} *** Test Cases *** test When very long keyword ${argument_1}:${argument_2} with \ ... multiple arguments ${argument_4} is set to ${argument_5} What is the standard solution here? Should I generally make shorter keywords?
https://stackoverflow.com/questions/67209268/can-you-split-keyword-into-multiple-lines April 22, 2021 at 04:09PM
没有评论:
发表评论