Skip to content

v2.0.7.EAP

Pre-release
Pre-release
Compare
Choose a tag to compare
@ptrthomas ptrthomas released this 20 May 10:52
· 8 commits to main since this release

Installation

  • Download plugin (3MB ZIP file) from here below
  • In IntelliJ, go to Settings -> Plugins. Click on the "gear" icon and Install plugin from disk.

Open API support

To convert an OAS or Swagger file to a "spec" file that makes it easy to create a Karate mock, right click on the file and use the "Karate Import" menu as shown below:

 

You need a PRO license. Refer to this example for more details and practical usage: https://github.com/ptrthomas/karate-oas-demo

History

45 - 2024-05-20 - First Version
46 - 2024-05-21 - Absorb fatal errors and add comments to generated spec js file

Debug Build (file ends with 9999.zip)

2024-06-13 - disables reference scanning of java classes and karate features
2024-06-27 - disables java module scanning during a debug session, and reduces cache usage by the debug process
2024-06-28 - support Karate 1.2 (run only) and stepping into features from module libraries (JAR files)