Ensure the default hierarchy (BDD or suite based) implementation is the same across all packages #1068
Labels
theme:api
Javascript API related issue
theme:codeceptjs
theme:cucumberjs
CucumberJS related issue
theme:cypress
theme:jasmine
Jasmine related issue
theme:jest
Jest related issue
theme:mocha
Mocha related issue
theme:newman
theme:vitest
Milestone
Current state
Currently, we have some inconsistencies in how the default hierarchy feature works across allure-js packages:
The summary table:
allure-codeceptjs
suite
only)allure-cucumberjs
feature
onlyallure-cypress
allure-jasmine
allure-jest
allure-mocha
allure-playwright
allure-vitest
newman-reporter-allure
The proposed change
allure-codeceptjs
andallure-cucumberjs
.suites
andbdd
runtime functions, which should take 1-3 arguments and replace the entire hierarchy.A related issue: #709.
The text was updated successfully, but these errors were encountered: