LightBDD / LightBDD

BDD framework allowing to create easy to read and maintain tests.
BSD 2-Clause "Simplified" License
346 stars 42 forks source link

LightBDD.Runner Reflect feature and scenario names on executed tests #314

Open Suremaker opened 1 year ago

Suremaker commented 1 year ago

Description

Update LightBDD.Runner ScenarioDiscoverer to report test cases with names reflecting features and scenarios.
This will improve the visibility of constructed scenarios (and their parameters) to the IDEs.

The feature and test names should consider user configurations in LightBDDConfiguration (culture, parameter rendering etc)

Considerations:

Progress