
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
cloudbeat-cli
Advanced tools
npm install -g cloudbeat-cli
Following command will execute the specified Case or Suite, wait for the tests to finish, and will produce XML report in JUnit format:
cloudbeat-cli run <testId> <testType> <apiKey> [host] [folder]
If test execution succeeds exit code will be 0. Otherwise exit code will be 1.
Arguments:
testId - Test id.testType - Either case or suite.apiKey - API key. Can be retrieved from the user profile in CloudBeat.host - Optional CloudBeat API address. Defaults to https://api.cloudbeat.io.folder - Optional path to a directory where test results will be saved. If not specified, results will be saved in the current working directory.Usage example:
cloudbeat-cli run 70224 case AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEE https://api.cloudbeat.io
run-status can be used for getting status of a currently executing test:
cloudbeat-cli run-status <runId> <apiKey> [host]
run-result can be used for getting result data for a finished test:
cloudbeat-cli run-result <runId> <apiKey> [host]
Exit code can be controlled with --failOnErrors (true or false). Default is true.
For example:
cloudbeat-cli --failOnErrors=false run 70224 case AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEE https://api.cloudbeat.io
FAQs
CloudBeat API CLI wrapper
We found that cloudbeat-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.