Postman Onboarding Smoke Flow
Version updated for https://github.com/postman-cs/postman-smoke-flow-action to version v3.6.0.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 0 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Postman Onboarding: Smoke Flow action automates the reshaping of generated Postman collections into an ordered smoke journey. It solves the problem of organizing and managing API testing flows within a collection by utilizing either an explicit flow-path or creating one from the OpenAPI spec. The action handles OAuth2 authentication and can persist the derived manifest for future use, enhancing workflow efficiency in continuous integration/continuous deployment (CI/CD) pipelines.
What’s Changed
What’s Changed
- ci(release): cut immutable tags only after gates pass on main by @jaredboynton in https://github.com/postman-cs/postman-smoke-flow-action/pull/57
- fix(release): recover unpublished immutable tags by @jaredboynton in https://github.com/postman-cs/postman-smoke-flow-action/pull/58
- chore(deps): take patched transitive versions from npm audit by @jaredboynton in https://github.com/postman-cs/postman-smoke-flow-action/pull/59
- fix(release): reconcile incomplete cuts before new tags by @jaredboynton in https://github.com/postman-cs/postman-smoke-flow-action/pull/60
- fix(release): reconcile incomplete cuts before new tags by @jaredboynton in https://github.com/postman-cs/postman-smoke-flow-action/pull/61
- docs: make gate commands independently verifiable by @jaredboynton in https://github.com/postman-cs/postman-smoke-flow-action/pull/76
- feat: publish as @postman/onboarding-smoke-flow with best-effort npm publish by @jaredboynton in https://github.com/postman-cs/postman-smoke-flow-action/pull/80
Full Changelog: https://github.com/postman-cs/postman-smoke-flow-action/compare/v2.1.7...v3.6.0