From bee5fcc5f48a47046c4ac640a39c39c5bca5e6ee Mon Sep 17 00:00:00 2001 From: Egor Borisov Date: Wed, 17 May 2017 17:23:28 +0300 Subject: [PATCH] Add Allure Framework commandline tool (#1493) * add a manifest file for Allure framework commandline tool * fix indentation * add persist directories --- allure.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 allure.json diff --git a/allure.json b/allure.json new file mode 100644 index 0000000000..d1f393d44b --- /dev/null +++ b/allure.json @@ -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" + } + } +}