mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
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:
parent
22d7906e1f
commit
bee5fcc5f4
25
allure.json
Normal file
25
allure.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user