I am working on creating an api test suite for a php application. Now the application uses the swagger annotation, and I can easily create swagger.json. But, looking at the swagger test pattern , does it look like I should first create a nodejs application using swagger node? Is there a way to skip this step and use the php application instead?
Editing: I already have the tools for the charge and start using swagger-php. Just wondering if you can use the swagger test pattern without using the swagger node.
source
share