Dmitry Baev
Dmitry Baev
@pavlo-sv awesome! It's been a while since I started my work on this and I have no time to finish the task. Feel free to pick use this branch as...
@scripnichenko we are not using soft assertions in our code and you are the first one who are asking for such issue during last few years. Seems like everyone uses...
Allure uses inheritable thread local to store test execution context (that later persists to file system as Allure Results) and in order to make it work it requires that threads...
You need to add AspectJWeaver javaagent to your command: `java -javaagent:aspectjweaver.jar -jar tests.jar org.testng.TestNG suite.xml`
you can create a custom annotation instead of default one, or you can try to exclude `io.qameta.allure.aspects` package from weaving (by using aop.xml)
as far as I get from test you provided -- framework blocks are always displayed before all the steps (from allure)?
I mean if you have test like this: ```groovy given: "given" step "given step" when: "when" step "when step" then: "then" step "then step" ``` you'll see the following scenario...
that is the main concern about this pull request. A wish to find a way to emit events when block start in order to support steps and attachments within blocks....
The PR isn't merged yet due to the following concerns: 1. Attachment file extension isn't really necessary as it will be detected automatically during report generation if correct content type...
Yeah, the issue is low priority but you can sponsor it. For more details please contact mailto:[email protected]