reportportal / agent-Python-RobotFramework

Robot Framework integration for Report Portal
Apache License 2.0
59 stars 32 forks source link

Treat setup/teardown keywords as nested #55

Closed iivanou closed 4 years ago

iivanou commented 4 years ago

Fixes #54 .

HardNorth commented 4 years ago

Emm, why 'nested'? We have before and after methods without stats. Nested were supposed to delimit test steps.

iivanou commented 4 years ago

Setup and teardown are still being reported as before_ and after_method items respectively. Didn't get you...