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

Support for verifiable parameters in scenarios #315

Open
3 tasks
Suremaker opened this issue Jul 23, 2023 · 0 comments
Open
3 tasks

Support for verifiable parameters in scenarios #315

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

Comments

@Suremaker
Copy link
Collaborator

Description

It should be possible to create scenarios with verifiable parameters while using standard argument attributes (automatic conversion):

[Scenario]
[InlineScenarioCase(1, "text")]
public async Task My_scenario_with_number_and_text(Verifiable<int> number, Verifiable<string> text)
{
}

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