Dmitry Baev

Results 300 comments of Dmitry Baev

As for now, Allure Report only supports specific sets of labels. You can find the complete information here: https://github.com/orgs/allure-framework/discussions/2059#discussioncomment-6616266 As for today, custom labels can be displayed in [Allure TestOps](https://qameta.io/)....

you can use any other label instead of the suite and create a custom tree in Allure TestOps

if you have separate project for playwright tests, you may simply change the mapping to Suite field from `suite` label to any other custom label

Hi @YenovSegal I'm sorry for not getting back to you sooner. The issue will be solved in Allure 3 (we expect the first public release soon). Meanwhile, please feel free...

For Allure Testops users, the recommended way is to use any other custom label (e.g., prefix all the default labels with your company ID, such as `company_package`) instead of overriding...

From the Allure Framework perspective, the missing `package` label was a bug.

You can provide default labels for all the tests using environment variables. See https://allurereport.org/docs/jest/#set-labels-globally. Is that what you want?

We added an additional configuration option to provide global labels for each reporter (see https://github.com/allure-framework/allure-js/pull/1217 and https://github.com/allure-framework/allure-js/pull/1221) For conditional labels (e.g. when you add a label based on a test...

Could you please specify the part of the POM.xml where `allure-maven-plugin` is configured?