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

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -