Feature: Test
@DataTable(header="top")
@StepDef
Scenario: I test accessing variable in DSL which uses data table
And database name2 is "${dbSid}"
Scenario: Test
And database name is "${dbSid}"
And I test accessing varible in DSL which uses data table
| dummy_header |
| dummy_value |
Create test.properties file with one property --> dbSid=TEST
Now run feature file (import properties using -c/-p option)
GWEN 3.0.8 is not able to access variable defined in properties file within StepDef which uses data table
Env
Gwen Version - 3.0.8
Chrome Driver - Latest (96)
Steps to reproduce -
dbSid=TEST
Env Gwen Version - 3.0.8 Chrome Driver - Latest (96)