mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
24 lines
974 B
JSON
24 lines
974 B
JSON
{
|
|
"version": "1.5.1",
|
|
"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.5.1/karate-1.5.1.jar#/karate.jar",
|
|
"hash": "0e4eeb77d7b17534af6aea9c025753dcde7ded3785f8c3682d3c783a63867311",
|
|
"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"
|
|
}
|
|
}
|