allure-framework / allure-framework/allure2

Using @flaky or @muted or @known tags in Cucumber Scenarios or Feature doesn't reflect in Allure report

Open
#1,611 10 comments 1 reaction 0 assignees View on GitHub
Dominant language
HTML
Stars
5.5k
Forks
782
Avg merge
2d 33m
Merged PRs (30d)
16

Description

**Describe the bug**
Using @flaky or @muted or @known tags in Cucumber Scenarios or Feature doesn't reflect in Allure report. No markers were present in the report when using these tags.

**To Reproduce**
Steps to reproduce the behavior:
1. Create any cucumber feature file
2. Add flaky or muted or known tags to either scenario or feature
3. Observe the report markers

**Expected behavior**
When marked @flaky, scenario or feature should be marked as flaky and should able to filter using Markers in the allure report.

**Screenshots**
Please refer screenshot for expected behavior.

**Environment (please complete the following information):**

| Allure version | 2.17.3 |
| --- | --- |
| Test framework | testng@7.5 |
| Test framework | cucumber@7 |
| Allure adaptor | allure-cucumber7-jvm@2.17.3 |

![With flaky symbol](https://user-images.githubusercontent.com/42961115/157862298-6201bb29-e961-4061-abe7-e4345faa242b.png)

@baev - please suggest any possible solution. Thanks!

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the issue with a Cucumber feature and @flaky, @muted, or @known tags using allure-cucumber7-jvm 2.17.3, TestNG 7.5, and Cucumber 7. Inspect the adapter and generated Allure results to trace where scenario or feature tags are handled. Done means the corresponding markers appear in the report and can be filtered.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
testing-qa
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
40/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.