improved
Improved API step output view in browser tests
almost 3 years ago by Eugene Krylov
Have you ever found reviewing browser test API step output in raw JSON format challenging? To make test review more efficient, we have introduced the same structured/tabbed design used in API tests. You can now easily find and review the header and body (if present) for the request and response.

API step in browser test
Details of the response can be found under the RESPONSE tab.

Response details for API step
With this update, we also bring data masking for API tests described in this release note to API steps in browser tests. Access tokens and authorization properties will be masked when results are first shown. The show/hide icon can be used to unmask the values.

Learn more about using API steps in browser tests in our docs.