🚀 Feature Request
Add "Show in viewport" button in traces API actions that prints the requests and responses details (headers, body, query params, etc) within the traces viewport for easier readability and debugging.
Have a global toggle that automatically shows all API actions within the traces viewport.
Similar to what happens with https://github.com/filiphric/cypress-plugin-api but performed by the trace viewer.
Will submit a PR soon with a proposal
Example
Any trace that includes API requests as part of the test actions will allow its debugger to have an easier view of the API details (full URL, request headers, request body, response header, response body, response status, duration, etc) in panels within the traces viewport.
Will submit a PR soon with a proposal
Motivation
For API automation suites or E2E suites using APIs as preconditions in before/after hooks it is useful to have the option to print the APIs details within the viewport for easier readability and debugging.
🚀 Feature Request
Add "Show in viewport" button in traces API actions that prints the requests and responses details (headers, body, query params, etc) within the traces viewport for easier readability and debugging.
Have a global toggle that automatically shows all API actions within the traces viewport.
Similar to what happens with https://github.com/filiphric/cypress-plugin-api but performed by the trace viewer.
Will submit a PR soon with a proposal
Example
Any trace that includes API requests as part of the test actions will allow its debugger to have an easier view of the API details (full URL, request headers, request body, response header, response body, response status, duration, etc) in panels within the traces viewport.
Will submit a PR soon with a proposal
Motivation
For API automation suites or E2E suites using APIs as preconditions in before/after hooks it is useful to have the option to print the APIs details within the viewport for easier readability and debugging.