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
| {
| "profiles": {
| "tap (list)": {
| "commandName": "Project",
| "commandLineArgs": "package list -v"
| },
| "tap (create)": {
| "commandName": "Project",
| "commandLineArgs": "package create ..\\..\\package.xml -v"
| },
| "tap (gitversion)": {
| "commandName": "Project",
| "commandLineArgs": "sdk gitversion --dir c:\\git\\tapMerge\\ --log 20"
| },
| "tap (commands)": {
| "commandName": "Project"
| },
| "tap (run)": {
| "commandName": "Project",
| "commandLineArgs": "run ../../tests/RepeatOutputCompare.TapPlan"
| },
| "tap (profile)": {
| "commandName": "Project",
| "commandLineArgs": "profile --test OpenTap.UnitTests.ScopeParametersTest.TestIsParameterized"
| }
| }
| }
|
|