You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Guys, really cool product you have here. I am very new to SpecFlow in general, so maybe this is common knowledge but if I create an Entity with "I have created 'exampleVerkaufschance' " (Data File Syntax). Can I use values of this entity in the following steps? The Data has random elements with faker. For example something like
Given I have created 'exampleData'
When I open the sub area 'blabla' under the 'Bla' area
Then I see field 'xy' with value <exampleData.name>
The text was updated successfully, but these errors were encountered:
Hi Guys, really cool product you have here. I am very new to SpecFlow in general, so maybe this is common knowledge but if I create an Entity with "I have created 'exampleVerkaufschance' " (Data File Syntax). Can I use values of this entity in the following steps? The Data has random elements with faker. For example something like
Given I have created 'exampleData'
When I open the sub area 'blabla' under the 'Bla' area
Then I see field 'xy' with value <exampleData.name>
The text was updated successfully, but these errors were encountered: