How to generate contract tests into a folder with a given name #492
-
Hi there, I am generating some contract tests for an API that I am testing. I would like the contract tests to be generated into a folder named "Contract Tests". Please see below for my currrent generated structure and the ideal generated structure: If anyone could provide me with some advice as to how I could achieve the desired result it would be most appreciated. Please find attached images of my portman-config.yaml and test-contracts.yaml as reference. Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi @PaulCluver There is a CLI parameter |
Beta Was this translation helpful? Give feedback.
hi @PaulCluver
There is a CLI parameter
--bundleContractTests
that would just that.See the example with the before and after screenshots: https://github.com/apideck-libraries/portman/tree/main/examples/testsuite-contract-tests