Humlix Blog

Engineering notes, release stories, and API testing walkthroughs from Humlix.

2021-01-14 | Henrik

Testing REST APIs

For many companies, it is crucial to build and maintain APIs for the Web. Building robust APIs that will be maintained and improved over time comes with a lot of challenges. This article will go through things ...

Read article
2020-12-18 | Henrik

CLI for Humlix - OpenAPI to tests in no time

CLI for 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 y...

Read article
2020-10-18 | Henrik

Build and sign an Electron application

Creating an Electron application can be done in many ways, and there are many examples available around the web. When developing Humlix [https://www.humlix.com], it was hard to find up to date information on h...

Read article
2020-10-09 | Henrik

Testing of a RESTful API

This is a follow-up to the article RESTful API quick tutorial [/create-and-test-restful-apis/] that went trough basic REST-topics. There is a lot of tutorials online that describe how to manually set up tests ...

Read article
2020-10-05 | Henrik

Create and test RESTful APIs

Welcome to the first article in a series on how to develop and test RESTful APIs. In this series, we will utilize Humlix when trying out different REST endpoints.

Read article
2020-06-12 | Henrik

Welcome to Humlix

We are happy to announce the first beta release of Humlix. Humlix will assist you in testing your web APIs. All you need to do is give Humlix an example of how to call your API endpoints, and Humlix will use t...

Read article