Add Allure Framework commandline tool (#1493)

* add a manifest file for Allure framework commandline tool

* fix indentation

* add persist directories
This commit is contained in:
Egor Borisov 2017-05-17 17:23:28 +03:00 committed by Richard Kuhnt
parent 22d7906e1f
commit bee5fcc5f4

25
allure.json Normal file
View File

@ -0,0 +1,25 @@
{
"homepage": "https://github.com/allure-framework/allure2",
"version": "2.0.1",
"license": "https://github.com/allure-framework/allure2/blob/master/LICENSE",
"url": "https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.0.1/allure-2.0.1.zip",
"hash": "e66a396f157bd4cc42b0fe41e48e28eb1561692824c1953045272c7a7b8e6d40",
"extract_dir": "allure-2.0.1",
"bin": "bin\\allure.bat",
"env_set": {
"ALLURE_HOME": "$dir"
},
"persist": [
"config",
"plugins"
],
"checkver": "github",
"autoupdate": {
"url": "https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/$version/allure-$version.zip",
"extract_dir": "allure-$version",
"hash": {
"mode": "extract",
"url": "$url.sha256"
}
}
}