gwen-interpreter / gwen-web

Web automation engine for Gwen
https://gweninterpreter.org
Apache License 2.0
54 stars 18 forks source link

GWEN does not support attributes in examples table for scenario outline #79

Closed sse2ebdd closed 3 years ago

sse2ebdd commented 3 years ago

Feature file to reproduce

Feature: Exmaple Scenario with attribute

Scenario: Initialisation
And counter is "1"

Scenatio Outline: Exmaple Scenario with attribute
And value is "<AttributeValue>"

Examples:
|AttributeValue  |
|${counter}      |

On executing such a example table which contains an attribute GWEN throws below error; ERROR - No group with name {counter}

Env Details

Gwen Version - 2.53 Chrome Driver - Latest (92)

bjuric commented 3 years ago

Implemented fix. Will be released in upcoming v2.53.3.

sse2ebdd commented 3 years ago

Verified on latest release - gwen 2.53.3