Dmitry Baev
Dmitry Baev
Allure does not modify the test's behaviour. As soon as an exception is thrown, the execution stops, and no additional steps are logged. Allure steps should be considered as structured...
BTW, there is an option for TestNG integration to hide disabled tests from the report. See https://allurereport.org/docs/testng-configuration/#alluretestnghidedisabledtests From what I see, there are multiple different requests from the community: 1....
After internal discussion, we decided to change the behaviour unconditionally and exclude `unknown` and `skipped` statuses from the passed rate calculation. I'll try to include this change in the next...
The RR https://github.com/allure-framework/allure2/pull/2219
> After internal discussion, we decided to change the behaviour unconditionally and exclude `unknown` and `skipped` statuses from the passed rate calculation. I'll try to include this change in the...
Since this is a front-end-only change, please, try to clear the browser cache and check again. For me it working just fine:
Hook names are provided as strings by cucumber. We cannot access the method via reflection (or in some other way) to extract annotations. I suggest you create a feature request...
As for now, report events are no longer logged by IDEA
I use IDEA & JUnit 5 all the time (as Java is my primary language), and I last saw these messages a while ago. Let me double-check; maybe it's because...