Open
Description
🚀 Feature Request
Is it possible to enable debugging for API testing and have the ability to step through the code, like you can when debugging web tests?
Example
using either a flag or in code.
npx playwright test --debug-api
in code
debug=true or debugger or debugger=true
Motivation
for debugging API tests