karate: Update to version 1.2.0

This commit is contained in:
github-actions[bot] 2022-05-09 16:31:49 +00:00
parent 1b1d4f0227
commit 196c69c2e0

View File

@ -1,14 +1,14 @@
{
"version": "1.1.0",
"version": "1.2.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",
"url": "https://github.com/karatelabs/karate/releases/download/v1.2.0/karate-1.2.0.zip",
"hash": "2409af2123fa6afe238a2e572844fb6fad0155698d54066c51c7f7955d44491d",
"extract_dir": "karate-1.2.0",
"pre_install": [
"$cont = Get-Content \"$dir\\karate.bat\"",
"$cont = 'cd /d \"%~dp0\"' + \"`r`n\" + $cont",