From 1aa51dd90fb5c8f0ae4057f15f478d8f782336d0 Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Mon, 11 Apr 2022 18:08:33 +0800 Subject: [PATCH] karate: Add version 1.1.0 (#3487) * karate: Add version 1.1.0 * apply suggestion Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/karate.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/karate.json diff --git a/bucket/karate.json b/bucket/karate.json new file mode 100644 index 0000000000..8af0c56927 --- /dev/null +++ b/bucket/karate.json @@ -0,0 +1,26 @@ +{ + "version": "1.1.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.1.0/karate-1.1.0.zip", + "hash": "585079ff5bb760fd26ac8ee85b31d6243f129f2aef127a1072a135fd57d264d2", + "extract_dir": "karate-1.1.0", + "pre_install": [ + "$cont = Get-Content \"$dir\\karate.bat\"", + "$cont = 'cd /d \"%~dp0\"' + \"`r`n\" + $cont", + "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.zip", + "extract_dir": "karate-$version" + } +}