Refer defined variable in Scenario outline example
问题 Feature: Test Type Background: * url host * def name = 'test_name' * def label = name Scenario Outline: Test 2 Given url homeLinks.groupTypesUrl And headers { tenant: #(tenantId), Authorization: #(authToken) } * def name = <name> * def description = <description> * def label = <label> * json data = read('path/to/file/create_group_type_request.json') And request data When method POST Then status 400 Examples: | name | label | description | | '\u0000' | 'label' | 'description' | | #(name) | '