
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.
Generate tests for your organization's Web APIs with Humlix.
Humlix CLI is a command-line test suite runner for Humlix. It lets you generate tests from an OpenAPI specification or a Humlix test suite right from the command-line. It integrates easily with your continuous integration servers.
To run Humlix, ensure that you have a Java runtime environment installed.
The easiest way to install Humlix is by using NPM.
$ npm install -g humlix
That command will install Humlix globally on your system, allowing you to run it from anywhere. Remove the -g flag if you want to install it locally.
The humlix -r command allows you to run a specific test suite. You can easily export your Humlix test suite from the Humlix application and run it using Humlix CLI. Or you can use an OpenAPI specification.
$ humlix -r suites/my-openapi-specification.yaml
For the complete list of options, refer to the Command-Line Options section below.
A JUnit report provides information about the current test suite run in a format that is easy to analyze.
Configure Humlix to create JUnit reports using the -o or --output options.
Humlix CLI will default print the results to the console.
$ humlix -r suites/my-openapi-specification.yaml -o my-junit-report.xml
humlix [options]-h, --helphumlix -r <test-suite-file> [options]-e <file-name>, --environment <file-name>
Specify an environment file path. Environments provide a set of variables for a test suite.
Read More
-g, --generate
Specify if Humlix will generate tests. By default, Humlix will generate 200 tests unless you specify a count using the -c parameter.
-m <mail>, --mail <mail>
Specify the mail address that corresponds with the license key.
Use a .env file and set mail as HUMLIX_MAIL='your email'
-l <license-key>, --license <license-key>
Specify the license key.
Use a .env file and set license key as HUMLIX_LICENSE='your license key'
-o <file-name>, --output <file-name>If you are interested in talking to the Humlix team, you can find us on feedback at humlix.com. Feel free to give feedback or request features that you would like to see in Humlix.
FAQs
CLI tool for generating Web API tests given an OpenAPI specification
We found that humlix 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.