allure-java icon indicating copy to clipboard operation
allure-java copied to clipboard

Add configurable option for Allure filter to follow RestAssured headers blacklist

Open antonfilichkin opened this issue 1 year ago • 0 comments

Context

RestAssured from version 4.2.0 added possibility to blacklist headers in the request or response logs. This adds a configurable option to consider blacklisted headers from the RestAssured LogConfiguration and blacklist them in the Allure report as well. Enabled by default, so if there is a need to expose header blacklisted by RestAssured in Allure report it must be set explicitly.

Example of header blacklisted in Allure report: image

Checklist

antonfilichkin avatar Feb 11 '24 16:02 antonfilichkin