How to Customise the Log file generated in the robot Framework Report

烂漫一生 提交于 2019-12-11 02:08:00

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!