-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.1.10.Final
-
None
Whenever a testmethod fails (assertion fail), the test method is not available in the report.
I have tracked the Problem in the ReportLifecycleObserver class - it is caused because there are two BeforeTestLifeCycleEvents, but only one AfterTestLifecycleEvent.
The other "passed" test has two AfterTestLifecycleEvents, so an event seems to be missing when the test "fails"?
I'm afraid my current code cannot be posted publicly, but i'll try to recreate it later on in another setting. It would still be nice if anyone by chance knows what could be the cause of this situation.