-
[__.zip](https://github.com/allure-framework/allure2/files/916371/__.zip)
```
Exception in thread "main" java.lang.NullPointerException
at io.qameta.allure.allure2.Allure2Plugin.lambda$st…
-
It would be good if we allow to use placeholders in the @Title like in the @Step
e.g.
```
@Title("Verify sending email to {0}")
```
will be rendered to
```
Verify sending email to test1@gmail…
-
I am able to capture the screenshot on test failure and it is getting stored in 'allure-results' folder. But after running "mvn site" command the attachment is not getting attached in the allure-maven…
-
Hi all,
where can I find Allure 2 demo report to check this out?
-
In some instances our test highlight actions by bolding the step title, for example
``` html
Typed foo on By.cssSelector: #user
```
When this is rendered for the report, the step name is exactly as …
-
Hi,
Currently links which are rendered as markdown in Description section will be opened in the same tab. It would be nice to render them with target="_blank" parameter.
-
I am experimenting with the Python adaptors for Allure, and so far I am very pleased!
I have noticed, however, that attaching a moderately sized log as a TEXT type takes very long to render in Chrome…
-
## Details
**Allure version:** 2.0-BETA6
## Problem description
Uncheck all filters on any tree tab.
-
Hi,
I installed allure-commnad-line via npm and tried to run "allure generate ". I got this exception when running the command:
Exception in thread "main" java.lang.NullPointerException: Cannot …
-