1.4.3 • Published 3 years ago

byoskill-fish.net v1.4.3

Weekly downloads
8
License
LGPLv3
Repository
github
Last release
3 years ago

byoskill-fish-net

Fish-net is a project to generate a non-regression test harness from a Swagger/OpenAPI

How to install

npm install

How to generate a test harness for a REST API with swagger

Use the installed tool with :

node node_modules/byoskill-code-generator/bin/index.js
info: Logger is configured {"service":"byoskill-code-generator"}
index.js [commande]

Commandes :
  index.js codegenerator [catalog]          Generates code using a catalog and a
  [project] [output]                        generation project into an output
                                            folder.

Options :
      --version  Affiche le numéro de version                          [booléen]
  -c, --catalog  Data generated by spring-crud-generator
                                                 [chaîne de caractères] [requis]
  -p, --project  the project containing your code generation scripts.
                                                 [chaîne de caractères] [requis]
  -o, --output   the output path where the code will be generated
                                                 [chaîne de caractères] [requis]
  -h, --help     Affiche l'aide                                        [booléen]

Arguments requis manquants : catalog, project, output

Example :

node node_modules/byoskill-code-generator/bin/index.js -c ../neticoa-sequoia/java/sequoia-classique/presentation/target/openapi.json -p . -o ../neticoa-sequoia/test-harness
1.4.3

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.2.0

3 years ago

1.3.0

3 years ago

1.1.0

3 years ago