-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
Copy pathtestcentric.json
31 lines (31 loc) · 1.16 KB
/
testcentric.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"version": "1.7.0",
"description": "GUI Runner for NUnit",
"homepage": "https://github.com/TestCentric/testcentric-gui",
"license": "MIT",
"suggest": {
"NuGet": "nuget",
"NUnit Extension": [
"nunit-extension-nunit-project-loader",
"nunit-extension-nunit-v2-driver",
"nunit-extension-nunit-v2-result-writer",
"nunit-extension-teamcity-event-listener",
"nunit-extension-vs-project-loader"
]
},
"url": "https://github.com/TestCentric/testcentric-gui/releases/download/1.7.0/testcentric-gui.1.7.0.nupkg",
"hash": "ad9e3ae0590448166e07a3b8c85c5df05afecb32b2cf5ac381dbfcd02db99a27",
"extract_dir": "tools",
"post_install": "Set-Content \"$dir\\nunit.scoop.addins\" '../../nunit-extension-*/current/ # find extensions installed under scoop'",
"bin": "testcentric.exe",
"shortcuts": [
[
"testcentric.exe",
"TestCentric Runner for NUnit"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/TestCentric/testcentric-gui/releases/download/$version/testcentric-gui.$version.nupkg"
}
}