Skip to content

v10.22.1-beta

Pre-release
Pre-release

Choose a tag to compare

@SonOfSardaar SonOfSardaar released this 04 Jun 19:45
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            |