IBM / gauge-api-steps

A Python module providing reusable Gauge steps for API testing
MIT License
6 stars 2 forks source link

Optional debug output in report for actual request/response #31

Closed derdualist closed 3 months ago

derdualist commented 5 months ago

This is about the step Request . The debugging output should be possible to switch on and off with properties like print_request = true and print_response = true.