问题
I want only test scenarios in the Log file of the report generated in the Robot Framework but while clicking upon the Test Scenarios the test scripts is getting expanded and the Test steps are clearly visible how can stop this issue
I have attached the screenshots I want to achieve this
But I am getting this type of Log Report
回答1:
In Robot Framework userguide there is an entire section dedicated to this functionality: Removing and Flattening Keywords. In your case I think that the --removekeywords all
or the --removekeywords passed
should be of particular interest.
来源:https://stackoverflow.com/questions/44536074/how-to-customise-the-log-file-generated-in-the-robot-framework-report