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 -

tags - Jquery Mixitup plugin help prevent handlers being destroyed -

python - Received unregistered task using Celery with Django -