DEV Community

Cover image for Hoppscotch v2024.7.0: JUnit Reports, User management API & more..
Sanskriti Harmukh for Hoppscotch

Posted on

Hoppscotch v2024.7.0: JUnit Reports, User management API & more..

Hoppscotch is a simple straightforward API testing client that helps developers around the world to work with their APIs. You can easily get started with Hoppscotch using our web client at hoppscotch.io or download our desktop app!

We’re excited to roll out new features and enhancements with out latest release v2024.7.0 on our cloud and self-hosted solutions.

Generate JUnit Reports for Collection Runs on CLI 📄

The hopp test command can now generate JUnit Reports in XML format for collection runs. Specify a path to store the reports in your desired location, else, the default path for saving the JUnit report will be the current working directory. To know more about the exported JUnit format, head over to our docuentation.

hopp test <file_path_or_id> --env <file_path_or_id> --reporter-junit [path.xml]
Enter fullscreen mode Exit fullscreen mode

JUnit Reporter

AI meets Hoppscotch 🤖

We are gradually introducing AI-powered features to provide quality of life features to help improve your API testing experience, and we’re starting with one small feature:

Automatically naming an API request

This feature assigns a relevant name to an API request without requiring manual input from the user. The system examines the Request components and extracts the parameters to develop a name for the API Request.

AI powered feature

Duplicate a Collection 📂

You can now duplicate collections with a single click, enabling easier management of similar requests and configurations without having to recreate them from scratch.

Duplicate collection

Manage your users using APIs ⚙️

You can now perform user management on Hoppscotch self-host and perform actions such as inviting users and granting admin rights using APIs. Learn more about it by reading our documentation.


And that’s a wrap for this month’s release! Our team is dedicated to continuously improving Hoppscotch, and we appreciate your support in helping us get better each day. If you have any feedback or suggestions, please reach out to us at hello@hoppscotch.io or visit our GitHub repository.

Top comments (0)