If you're writing Playwright API tests manually from an OpenAPI/Swagger spec, you're doing work that should be automated.

Every endpoint in your spec already tells you:


What the request looks like (path, method, parameters, body schema)
What responses to expect (200, 401, 404, 422...)
What fields are required
What security is needed


That's...