-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
🐛 bugDefect / BugDefect / Bug
Description
👓 What did you see?
The editor does not properly assign the parameter:cucumber
token to scenario outline parameters when an Examples
table is provided.
Feature: Base feature
Scenario: Base scenario
Given I am logged in as "string"
Scenario Outline: Assign by appropriate users
Given I am logged in as "string"
And I am logged in as "<parameter>"
Examples:
| parameter |
| value |
p.s. I'm taking this issue and will start working on a fix.
✅ What did you expect to see?
The "string"
in the scenario outline should be tokenized as "parameter:cucumber"
📦 Which tool/library version are you using?
No response
🔬 How could we reproduce it?
No response
📚 Any additional context?
No response
Metadata
Metadata
Assignees
Labels
🐛 bugDefect / BugDefect / Bug