Dmitry Baev

Results 300 comments of Dmitry Baev

To configure the integration, you can follow the official documentation: https://allurereport.org/docs/spock/ Also, you can use the example I've included as the reference/playground. In case of any issues with that, please...

@vovsemenv @guiyomh we'll add tags processing on the generator side for labels. Still, the links should be processed independently at the framework side because links require additional configuration (link patterns),...

BTW for allure-cucumberjs we have the following config https://github.com/allure-framework/allure-js/tree/master/packages/allure-cucumberjs We really need to try harder to align simular features between the frameworks 🤪

our team almost rewrote all the ui to react, the issue will be fixed in next major release

The problem is that parameterised tests and test retries has the same full name. Also this solution is difficult to implement for nested groups (For example for TestNG we have...

retries work as expected, tested with the latest release (Allure 2.26.0, Maven + JUnit Platform + CucumberJVM 7)

You can detect the scenario with a missed name by looking at `fullName` or nameless result. It will lead you to the story file containing the scenario without the name...

fixed by https://github.com/allure-framework/allure-java/pull/947

Labels from tags are now processed during report generation for both Allure TestOps and Allure Report