Shelex / cypress-allure-plugin

cypress plugin to use allure reporter api in tests
https://shelex.github.io/cypress-allure-plugin-example/
Apache License 2.0
159 stars 44 forks source link

Can't define @testID for Scenario Outline examples #215

Open ameduza opened 1 year ago

ameduza commented 1 year ago

Describe the bug Can't assign @testID for Scenario Outline examples (Gherkin features)

Expected behavior Ability to assign allureID to every example in Scenario Outline.

Environment

Additional context In cypress-allure-plugin-example project I see this Scenario Outline example. Unfortunately it has tms link only. When I try this - it works fine, I mean adds link to the Test Case in Test Ops.

But is there any way to assign allureID (@testID) for Scenario Outline examples?