RestAssured Logging Filters

preview_player
Показать описание
#RestAssured
#LoggingFilters
Рекомендации по теме
Комментарии
Автор

awesome. it is palpable that how effectively you explained.
this is must need for every one as the entire legacy is moving to cloud world.

there is one more which does only handle "logging" if the request fails.(not every time)
/*
public LogConfig logDetail)
Enable logging of both the request and the response if REST Assureds test validation fails with the specified log detail
Parameters:
logDetail - The log detail to show in the log
Returns:
A new LogConfig instance
*/

schundu