v10.22.1-beta
Pre-release
Pre-release
Implement #136 When using reflective API, you can now mix examples with [RunStepWithArgs] attribute It should generate something like this. Scenario: Example values and run step args both get passed to method Given step with <first example> passed as parameter value 1 And step with <first example> passed as parameter value 2 Then example value is set And run step arg is set Examples: | FirstExample | | 1 | | 2 |