[ENHANCEMENT] When I enter my custom method, I want to bring out the custom parameters as well
Is your enhancement request related to a problem? Please describe. When I enter my custom method, I want to bring out the custom parameters as well.
Describe the solution you'd like
What exactly do you mean by that?
What exactly do you mean by that?
I have two methods .
*** Keywords *** 测试套件开始 [Documentation] 测试套件开始 [Tags] 测试套件开始 [Arguments] ${start} [Setup] Log 测试套件开始 - 开始 Log ${start} [Teardown] Log 测试套件开始 - 结束
测试套件结束 [Documentation] 测试套件结束 [Tags] 测试套件结束 [Arguments] ${down} [Setup] Log 测试套件结束 - 开始 Log ${down} [Teardown] Log 测试套件结束 - 结束
now , when I used 测试套件开始 , 测试套件开始 enter by using the keyboard in .robot ,and Enter . I hope it can bring out the custom parameters. like 测试套件开始 ${start} , not only 测试套件开始。or like 测试套件结束 ${down}