c# - Specflow test results accessible from AfterScenario hook? -
is there way access test results (success/fail, maybe asserts, etc) specflow afterscenario hook? don't see anything, seems included.
you can hold of test result peeking scenariocontext.current. there's testerror property may you.
see wiki (https://github.com/techtalk/specflow/wiki/scenariocontext) more information.
Comments
Post a Comment