packages/cli/smoke-test/openapi/README.md
The smoke tests run the openapi generator against real-world API specs listed
by https://api.apis.guru/v2/list.json.
npm run smoke-test
By default, it run tests against the following specs:
The list of specs can be specified via environment variable APIS:
APIS=all npm run smoke-test: run tests against all specsAPIS="<spec1-url> <spec2-url>" npm run smoke-test: run tests against
<spec1-url> and <spec2-url>lb4 app to scaffold an application under loopback-next/sandboxlerna bootstrap to install/link dependencies for the applicationlb4 openapi to generate artifacts from an OpenAPI specnpm run prettier:fix to format the generated codenpm test to verify the generated code compiles