Has anyone tried generating project skeleton by editor.swagger.io by using YAML file ? and then tried unit and integration testing on it without editing the project structure.
I tried both ,command line and editor.swagger.io , to create swagger project but the project structure is different and inconsistent. take a look at below one.
this project structure i got by using editor.swagger.io ,create server code , node js.
and the below one i got while using 'swagger project create prjName' command.
why they are different ? is there any way to make it consistent in both ways ?
They are completely different projects. The swagger-node
project is self-contained, and includes an editor as well. The online version does not, and uses the swagger-codegen project to write the project files.
Not to jump ahead too far, but expect the swagger-node project style to change substantially soon.