It would be great to allow the parser to accept such syntax:
When I create a multi-line step with empty entries
| name | value |
| a name | its value |
| empty | |
Then I expect the empty entries to be set to None
Currently, the only way to create empty entries in a table is to have a special keyword and to code logic for that keyword in the steps. Note that transforms provide a way to work around this limitation in Scenario Outline but this approach is unusable for multi-line tables.
It would be great to allow the parser to accept such syntax:
Currently, the only way to create empty entries in a table is to have a special keyword and to code logic for that keyword in the steps. Note that transforms provide a way to work around this limitation in Scenario Outline but this approach is unusable for multi-line tables.