Feature: Step argument matching @arguments Scenario: Steps carry quoted, numeric and list arguments Given a shopper named "Sample Person" And a cart containing 3 items And a discount of 12.5 percent And the coupons SAMPLE10, SAMPLE20 and SAMPLE30 When I apply the coupon "SAMPLE10" Then the message is "Coupon \"SAMPLE10\" applied" And the total is 24.99 But no shipping charge is added @arguments @edge Scenario: Arguments that look like placeholders are literal here Given a shopper named "" When I search for "50% off" Then no results are returned