Skip to content

Commit

Permalink
[plugins/openapi-karate] fixes README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangsa committed Aug 24, 2024
1 parent 55e4427 commit d093be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/openapi-karate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Generates test for KarateDSL based on OpenAPI and Arazzo specifications.
```shell
jbang zw -p io.zenwave360.sdk.plugins.OpenAPIKaratePlugin \
specFile=src/main/resources/model/openapi.yml \
targetFolder=src/test/java \
targetFolder=src/test/resources \
testsPackage=io.zenwave360.example.adapters.web.tests \
groupBy=service
```

```shell
jbang zw -p io.zenwave360.sdk.plugins.OpenAPIKaratePlugin \
specFile=src/main/resources/model/openapi.yml \
targetFolder=src/test/java \
targetFolder=src/test/resources \
testsPackage=io.zenwave360.example.adapters.web.tests \
groupBy=businessFlow \
businessFlowTestName=CustomerCRUDTest \
Expand Down

0 comments on commit d093be0

Please sign in to comment.