mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-02-28 09:08:55 +00:00
* Add global auth parsing including headers and cookies for k6.
* Add global auth statements.
* Generate samples.
* Revert "Generate samples."
This reverts commit b8cff8691b.
* Copy petstore-with-fake-endpoints-models-for-testing.yaml to a seperate k6 path as its example yaml file.
* Add global security statement in k6 example yaml instead of using the generic one.
7 lines
281 B
YAML
7 lines
281 B
YAML
generatorName: k6
|
|
outputDir: samples/client/petstore/k6
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/k6/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/k6
|
|
additionalProperties:
|
|
appName: PetstoreClient
|