given().log().all(). .. // Log all
given().log().params(). .. // Log only the parameters of the request
given().log().body(). .. // Log only the request body
given().log().headers(). .. // Log only the request headers
given().log().cookies(). .. // Log only the
… Read more [Bài 10] Một số techniques liên quan đến log trong Rest-assured
Reply
I. Log request