Releases: karatelabs/xplorer
v1.4.0
For installing, refer: https://github.com/karatelabs/xplorer/wiki/User-Guide#installing
Scroll to the end of these notes for the downloadable binaries.
New features and improvements
Folder View
Organize and view files within folders, and easily switch to files within a workspace with one click.
Import all sub-folders from Postman in one step.
Postman import is more stable, and now you can import all nested folders from a large collection in one shot.
Header drop-down for convenience
Drop-downs for commonly used headers make creating HTTP requests even easier.
Copy as cURL
Now you have the option to copy a request as a valid cURL command, great for sharing with other team members or for use in other tools.
Other improvements
- Response size also shown alongside response time
- Fixed Install issues on Windows
- Fixed PKIX / SSL error when accessing some services on Mac M2+ machines
- Fixed bug when editing request body to be empty
- Multi-line functions now exported correctly when converting to Karate feature files
- You are prompted to save unsaved work when exiting or switching flows
Notes for Karate users
Xplorer is a good way to make use of existing Postman collections or OpenAPI / Swagger data that you have. In future we will be adding a business-friendly way to interact with your existing investment in Karate test cases. Right now assertions are imported from Postman but not executed in Xplorer. Execution of assertions and reporting of passing or failure will be done in an upcoming release.
v1.3.0
New:
- Linux (Debian) installer available (please let us know if you need support for another platform)
Fixed:
- Header values can now be copied to the clipboard
- XML responses will be pretty printed
- Chained tests work even if you skip some rows
- Much easier to scroll when rows are expanded, tip: hover over the
Request
orResponse
tab to do so - unbalanced backticks and forward-slashes do not hang the edit area any more
- Improved JavaScript engine to handle some edge cases
A reminded of the key features released in 1.2.0: OpenAPI and Swagger support, LLM MCP integration
Refer to the Install Guide.
v1.2.0
New:
- Deep OpenAPI and Swagger Support
- MCP Server built-in
- Native installers for Mac and Windows
Refer to the Install Guide.
v0.3.5
New Feature: Output Custom HTML, refer to this video for what this means for business users Insurance Domain Example.
Also refer to the docs: Output HTML
There is a specific option to render a JSON array to a table, so you can do this in a few clicks.
More coming soon! Feel free to request features or provide feedback on the issue tracker.
Refer to the Install Guide.
v0.3.0
- Hide / Mask secrets in UI
- Improved JSON grid, expand, collapse, search, keyboard short-cuts: see video.
- New config system, use
xp.
prefix instead of_
, refer: Config Variables. Existing scripts will continue to work, but please start using the new system. - Improved Postman import (including Postman JS)
- OpenAPI and Swagger import
- cURL and HAR import
- Export to Karate feature / scripts
- Improved UI for editing
Before
andAfter
actions - Look and feel and styling improvements
- You can now resize the row height and width (of main input area) using the mouse (drag)
- Reduced installer size to below 100 MB
- The
charset
is no longer appended to theContent-Type
header. You can usexp.charset
to set it if needed. - Introduced built-in functions, more on the way: Built In Functions
More coming soon! Feel free to request features or provide feedback on the issue tracker.
Refer to the Install Guide.
v0.2.0
Re-written as a native desktop app, lighter and faster than before.
Improved UI.
Improved Postman import.
More coming soon! Feel free to request features or provide feedback on the issue tracker.
Refer to the Install Guide.
v0.1.4
v0.1.3
New license activation approach, that can support offline activation in future.
Refer to the Install Guide.
v0.1.2
Fixed curl import and made error message better if it fails.
Refer to the Install Guide.
v0.1.1
Revised system to configure global behavior. So use _url
instead of configUrl
. The full list of special variables is given here: Config Variables.
Refer to the Install Guide.