ctco / cukes

Cucumber DSL for testing RESTful Web Services
Apache License 2.0
112 stars 66 forks source link

Logs are missing exactly for one of specified Cukes Http log types #147

Open JekabsK opened 6 years ago

JekabsK commented 6 years ago

Logs are missing for exactly one of specified Cukes Http log types, e.g. \ Case 1: When having cukes.logging.http.requests.include=headers,method,uri

Then uri type logs will be missing missingurilogs

Also please bring attention that 'uri' log type is the last in logDetails list (in HttpLoggingPlugin) logdetaillist_nocookiesloglevel

Case 2 When having cukes.logging.http.requests.include=cookies,headers,method,uri

Then cookies type logs will be missing missingcookieslogs

And here 'cookies' log type is the last in logDetails list (in HttpLoggingPlugin) logdetaillist_withcookiesloglevel