Steps to reproduce: 1. Using the attached project run the included test and check the execution log. Expected behavior: A complete execution log with all executed steps recorded and their status (fail, pass, not run). Actual behavior: The only information in execution log is for the failing assert method and no actual information for the run itself. Though all steps execution is recorded in the application log. 2. If the OnAfterTest method does not fail (change the assert value to true) the execution log is as expected.