Skip to content

Missing "parameter:cucumber" token for Scenario Outline #277

@ant0x64

Description

@ant0x64

👓 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     |

Image

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions