Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 tasks
Suremaker opened this issue Jul 23, 2023 · 0 comments
Open
3 tasks
Labels
enhancement An enhancement of the feature or new feature LightBDD 4.X Future version of LightBDD
Milestone

Comments

@Suremaker
Copy link
Collaborator

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:

  • the discovery process needs to be lightweight and fast - reflect how LightBDDConfiguration could be instantiated and applied there while avoiding heavier DI initializations...

Progress

  • Feature is implemented,
  • Ensured backward-compatibility,
  • Ensured good debugging experience
@Suremaker Suremaker added enhancement An enhancement of the feature or new feature LightBDD 4.X Future version of LightBDD labels Jul 23, 2023
@Suremaker Suremaker added this to the 4.0.0 milestone Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement of the feature or new feature LightBDD 4.X Future version of LightBDD
Projects
None yet
Development

No branches or pull requests

1 participant