DetachHead / pytest-robotframework

a pytest plugin that creates robotframework reports for tests written in python and allows you to run robotframework tests with pytest
https://detachhead.github.io/pytest-robotframework/
MIT License
28 stars 2 forks source link

a way to show control flow / mark a keyword as skipped in the robot log for tests written in python #293

Open DetachHead opened 2 months ago

DetachHead commented 2 months ago

in .robot files, keywords that are not executed due to a failure or an if statement where the expression was False still show up in the log, coloured grey:

image

would need to modify the ast at runtime like what pytest does. this is probably way too convoluted than it's worth