Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
newman-reporter-postman-cloud
Advanced tools
A newman reporter that sends run metrics to Postman
A Newman reporter that uploads newman run summary data back to Postman. This reporter processes the newman run metrics, and then uploads the data to the provided Workspace in Postman.
Once uploaded, you can see your collection runs on Postman Desktop App or on Postman Web.
The reporter works as a plugin with Newman so ensure that you have already installed that package globally, using
npm install -g newman
.
To globally install the postman cloud
reporter:
npm install -g newman-reporter-postman-cloud
To use this reporter with Newman CLI, specify postman-cloud
in Newman's -r
or --reporter
option.
newman run collection.json -r postman-cloud
Parameter | Description | Required |
---|---|---|
--reporter-postman-cloud-apiKey "<apiKey>" | This will be used to authenticate API call to Postman API. You can generate an API Key from here | Yes |
--reporter-postman-cloud-workspaceId "<workspaceId>" | This is the workspace id where you want your collection run to be created in Postman | Yes |
All the CLI functionality is available for programmatic use within a nodejs
script.
const newman = require('newman');
newman.run({
collection: './path/to/collection.json',
reporters: ['postman-cloud'],
reporter: {
'postman-cloud': {
apiKey: 'apiKey',
workspaceId: 'workspaceId'
}
}
})
newman-reporter-postman-cloud | newman | node |
---|---|---|
>= v1.0.0 | >= v5.3.2 | >= v14.x |
This software is licensed under Apache-2.0. See the LICENSE.md file for more information.
FAQs
A newman reporter that sends run metrics to Postman
The npm package newman-reporter-postman-cloud receives a total of 151 weekly downloads. As such, newman-reporter-postman-cloud popularity was classified as not popular.
We found that newman-reporter-postman-cloud demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.