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 Jun 12, 2024
1 parent 6295a36 commit 1786a82
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 @@ -272,13 +272,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 1786a82

Please sign in to comment.