How can I get the run result status according to the current report node?

后端 未结 3 757
自闭症患者
自闭症患者 2021-01-12 19:17

For example, suppose a test calls two actions, A and B. A performs a \"failed\" step by calling \"Reporter.ReportEvent micFail, ...\", and B performs a \"passe

3条回答
  •  春和景丽
    2021-01-12 19:41

    I dont think you can since Run Status is for the complete test and not for individual action. Alternatively, you can call the ExitAction method and store the output in a variable to check the Action Run Status when called from RunAction method.

提交回复
热议问题