mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
24 lines
974 B
JSON
24 lines
974 B
JSON
{
|
|
"version": "1.4.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.4.1/karate-1.4.1.jar#/karate.jar",
|
|
"hash": "de03685d4721adf1a4642e9401fc364d7a2bcd296a9ce6427b4827b941c821be",
|
|
"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"
|
|
}
|
|
}
|