Closed mhnkrm closed 1 month ago
pytest-robotframework has functionality to prevent this from happening. are you able to provide some more info please:
.robot
file and the command you used to run it)thanks
what command are you using to run the tests? if you're running it through robot, that's not supported and you should be using pytest instead. eg:
pytest ./path/to/suite.robot
can you see if #311 fixes it?
pip install git+https://github.com/DetachHead/pytest-robotframework@fix-library-keywords
merging this as im pretty sure it'll fix your issue. turns out keyword libraries written using classes were completely broken.
let me know if you still have issues and we can re-open this issue if needed
When the keyword with @keyword called from robot file, duplicate logging is observed. Logging as part of robot framework and also from the decorator. How to avoid duplication?