Skip to content

Commit

Permalink
fix(allure-cucumberjs): don't add extra suite label to fix allure-fra…
Browse files Browse the repository at this point in the history
  • Loading branch information
YakovL authored and baev committed Jul 2, 2024
1 parent 54d0087 commit e58f36a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/allure-cucumberjs/src/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,6 @@ export default class AllureCucumberReporter extends Formatter {
});
}

if (scenario) {
result.labels!.push({
name: LabelName.SUITE,
value: scenario.name,
});
}

const pickleLabels = this.parsePickleTags(pickle.tags || []);
const featureLabels = this.parseTagsLabels(doc?.feature?.tags || []);
const featureLinks = this.parseTagsLinks(doc?.feature?.tags || []);
Expand Down

0 comments on commit e58f36a

Please sign in to comment.