allure-java
allure-java copied to clipboard
Add configurable option for Allure filter to follow RestAssured headers blacklist
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:
Checklist
- [x] Sign Allure CLA
- [x] Provide unit tests