timjroberts / cucumber-js-tsflow

Provides 'specflow' like bindings for Cucumber.js in TypeScript 1.7+.
MIT License
133 stars 34 forks source link

Expose scenario information and advanced tags #122

Closed Fryuni closed 1 year ago

Fryuni commented 1 year ago

Expose the ScenarioInfo class, previously only used internally, as a context value for the scenarios.

This class provides the title and the tags of the scenario. Additionally, this class can now retrieve more semantic meaning from some tags allowing scenarios to be configurable.

Advanced tags