[More Detail] [Collapse All]
Feature: My Feature
example/scenario_outline_multi.feature
- Scenario Outline: Multiple Example Table
link
example/scenario_outline_multi.feature:3
Given that <Customer> is a valid customer
And that the product, named '<Product>', is a valid product
When the customer has purchased the product
Then I expect the customer to be a member of the '<Product>' group
Examples:
Example group A

Customer Product
Customer A Product A
Examples:
Example group B

Customer Product
Customer B Product A