Evgenii Plugatar

Results 3 issues of Evgenii Plugatar

I see the option to add a description to the step in many places in the Allure code: 1. `io.qameta.allure.model.StepResult` class `getDescription()`, `setDescription(String)`, `getDescriptionHtml()`, `setDescriptionHtml(String)` methods. 2. `io.qameta.allure.Allure` class `description(String)`...

**Problem** With a large number of nested steps, it is difficult to understand which step the attachment belongs to. In this case, it is difficult for me to understand which...