You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Also please bring attention that 'uri' log type is the last in logDetails list (in HttpLoggingPlugin)
Case 2
When having cukes.logging.http.requests.include=cookies,headers,method,uri
Then cookies type logs will be missing
And here 'cookies' log type is the last in logDetails list (in HttpLoggingPlugin)
The text was updated successfully, but these errors were encountered:
JekabsK
changed the title
Logs are missing exactly for one of specified Cukes Http types
Logs are missing exactly for one of specified Cukes Http log types
Sep 12, 2018
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 missingAlso please bring attention that 'uri' log type is the last in logDetails list (in HttpLoggingPlugin)
Case 2
When having
cukes.logging.http.requests.include=cookies,headers,method,uri
Then
cookies
type logs will be missingAnd here 'cookies' log type is the last in logDetails list (in HttpLoggingPlugin)
The text was updated successfully, but these errors were encountered: