tech189 b6a0ab82b5 karate: Update to version 1.4.0
The ZIP release is no longer published - fixed to use the standalone .jar provided instead. The .bat file created is the same as the one that was provided in the ZIP release, I have just added `@echo off`
2023-04-08 00:24:57 +01:00

24 lines
974 B
JSON

{
"version": "1.4.0",
"description": "Test automation tool that combines API test-automation, mocks, performance-testing and UI automation into a single framework.",
"homepage": "https://karatelabs.github.io/karate/",
"license": "MIT",
"suggest": {
"Java": "java/openjdk"
},
"url": "https://github.com/karatelabs/karate/releases/download/v1.4.0/karate-1.4.0.jar#/karate.jar",
"hash": "2d31b14b976ca7e52b0f323e7a82494a875285edf82961d65b5420aa78496b03",
"pre_install": [
"$cont = \"@echo off`r`n\" + 'cd /d \"%~dp0\"' + \"`r`njava -cp karate.jar;. com.intuit.karate.Main %*\"",
"Set-Content \"$dir\\karate.bat\" $cont -Encoding ascii"
],
"bin": "karate.bat",
"persist": "target",
"checkver": {
"github": "https://github.com/karatelabs/karate"
},
"autoupdate": {
"url": "https://github.com/karatelabs/karate/releases/download/v$version/karate-$version.jar#/karate.jar"
}
}