reportportal / agent-Python-RobotFramework

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

Wrong TC status when 'Run Keyword And Expect Error' KW is used #43

Closed testautomation closed 3 years ago

testautomation commented 4 years ago

If a test uses Run Keyword And Expect Error keyword it is displayed as FAILED in Launches although it is PASSED

*** Test Cases ***
Expect Error
    Run Keyword And Expect Error    Expected to FAIL
    ...                             Fail    Expected to FAIL

image

image

iivanou commented 3 years ago

Fixed in #93.