Reputation: 3108
To figure out the problems in web scenario I need to check values of variables (macros) in some steps. I expect view in Web interface...
Upvotes: 1
Views: 2602
Reputation: 3108
Currently log is accessible only from system, but there is an ugly workaround to view variables:
Add step to not existing URL
with variable in path, for example:
https://{HOST.DNS}/{some_variable}/{some_other_variable}
server probably return error page, but you can set is as expected in Required status codes
Required string
to an not existing on error page, for example "not existing string" Error: required pattern "not existing string" was not found on https://some.dns/some_variable_value/some_other_variable_value
Upvotes: 1