@apideck/portman
Advanced tools
Changelog
v1.6.1 - (2021-07-30)
PORTMAN_
will be added to the Collection variables. This allows CI/CD to handle dynamic injection of values that should not be commited to repo.Changelog
v1.6.0 - (2021-07-28)
bundleContractTests
to PortmanOptions that will take all operations that have contract tests applied, and move them to a 'Contract Test' folder on the root of the generated CollectionChangelog
v1.5.2 - (2021-07-27)
Changelog
v1.5.1 - (2021-07-26)
Changelog
v1.5.0 - (2021-07-23)
Changelog
v1.4.4 - (2021-07-22)
Changelog
v1.4.3 - (2021-07-22)
--local
to be passed in as cli argumentChangelog
v1.4.2 - (2021-07-20)
Changelog
v1.4.1 - (2021-07-19)
exit(1)
to make it easier for external processes running Portman to distinguish fail vs. done.Changelog
v1.4.0 - (2021-07-16)
newmanRunOptions
can now be passed as an object via cli argument --newmanRunOptions
, or cliOptionsFile. This will be used to extend/overwrite Portmans default Newman options. 🎉