How to Remove Logging Output from Allure 2? #1846
-
I have Java/Groovy/Spock tests and Allure 2 report. I use allure.Step() annotation to describe all steps that I want to see in Allure report. For example:
In that case I see two basically same blocks in report:
Is there a way to remove all console output from Allure report and leave only methods that have I have seen the other discussion #1446 where is mentioned WDIO config |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It looks like at Allure, we have all the output logs attached as steps
So any log at the stdout will be added. We have the same issue. |
Beta Was this translation helpful? Give feedback.
-
Ma college have found a solution. Separate object with all required RestAssured filters:
And call this object on test or extended Specification:
|
Beta Was this translation helpful? Give feedback.
Ma college have found a solution. Separate object with all required RestAssured filters:
And call this object on test or extended Specification: