reportportal / agent-net-specflow

Report Portal agent for SpecFlow
Apache License 2.0
10 stars 4 forks source link

Investigate Cucumber Messages functionality for plugin #49

Closed nvborisenko closed 3 years ago

nvborisenko commented 4 years ago

Current approach is based on hooks like [AfterScenario] or [BeforeFeature]. Using it we injects our hooks to be able to handle execution events.

New versions of SpecFlow introduced Cucumber Messages, where they raise events for 3rd party plugins. We need investigate it whether it suites our need.

https://github.com/techtalk/SpecFlow/wiki/Cucumber-Messages

nvborisenko commented 4 years ago

It's not fine approach yet, specflow provides 4 events: run started/finished, scenario started/finished. Hooks approach works better at this moment.

nvborisenko commented 3 years ago

This functionality is decommissioned in specflow.