allure-java
allure-java copied to clipboard
Allure integrations for Java test frameworks
**Describe the bug** A clear and concise description of what the bug is. 1. create a project with the cucumber (7.6.0), allure-cucumber (2.19.0), latest appium (8.1.1) 2. init remote driver...
Bumps [selenide](https://github.com/selenide/selenide) from 6.6.6 to 6.7.1. Release notes Sourced from selenide's releases. v6.7.1 Changes Fix markup in CHANGELOG for 6.7.0 version (#1910) @valfirst #1894 restore Driver parameter in SelenidePageFactory.findSelector() -...
Bumps `protobufVersion` from 3.21.2 to 3.21.5. Updates `protobuf-java-util` from 3.21.2 to 3.21.5 Updates `protobuf-java` from 3.21.2 to 3.21.5 Commits ab84034 Update changelog a44b4ae Updating version.json and repo version numbers to:...
Bumps ru.vyarus.quality from 4.7.0 to 4.8.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
### Context `TestInstanceParameter` annotation can be used to add parameters from test instance, but superclasses are not supported currently. So parameters from superclass marked with this annotation are not displayed...
**Describe the bug** The response couldn't be attached to the allure report. io.qameta.allure.attachment.AttachmentRenderException: Could't render http attachment file at io.qameta.allure.attachment.FreemarkerAttachmentRenderer.render(FreemarkerAttachmentRenderer.java:49) at io.qameta.allure.attachment.FreemarkerAttachmentRenderer.render(FreemarkerAttachmentRenderer.java:28) at io.qameta.allure.attachment.DefaultAttachmentProcessor.addAttachment(DefaultAttachmentProcessor.java:41) at io.qameta.allure.restassured.AllureRestAssured.filter(AllureRestAssured.java:119) at io.restassured.filter.Filter$filter.call(Unknown Source) at...
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.22.0 to 3.23.1. Commits 0256688 [maven-release-plugin] prepare release assertj-core-3.23.1 6529933 Downgrade junit-jupiter from 5.9.0-M1 to 5.8.2 d9cd2da [maven-release-plugin] prepare for next development iteration 6f19754 [maven-release-plugin] prepare release...
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...