forked from oscript-library/vanessa-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vanessa-runner-schema.json
215 lines (215 loc) · 11.8 KB
/
vanessa-runner-schema.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {},
"id": "http://example.com/example.json",
"type": "object",
"properties": {
"$schema": {
"default": "vanessa-runner-schema.json",
"description": "Path of vanessa-runner-schema.json.",
"id": "/properties/$schema",
"title": "The $schema Schema",
"type": "string"
},
"default": {
"additionalProperties": false,
"id": "/properties/default",
"properties": {
"--db-pwd": {
"default": "",
"description": "Пароль БД.",
"id": "/properties/default/properties/--db-pwd",
"title": "The --db-pwd Schema",
"type": "string"
},
"--db-user": {
"default": "",
"description": "Пользователь БД.",
"id": "/properties/default/properties/--db-user",
"title": "The --db-user Schema",
"type": "string"
},
"--ibconnection": {
"default": "/F./build/ib",
"description": "Строка подключения к БД. Например, /F./build/ibservice или /Sserver/name",
"id": "/properties/default/properties/--ibconnection",
"title": "The --ibconnection Schema",
"type": "string"
},
"--ordinaryapp": {
"default": "0",
"description": "Запуск толстого клиента (1 = толстый, 0 = тонкий клиент). По умолчанию используется 0 (тонкий клиент).",
"id": "/properties/default/properties/--ordinaryapp",
"title": "The --ordinaryapp Schema",
"type": "string"
},
"--root": {
"default": "",
"description": "Полный путь к проекту.",
"id": "/properties/default/properties/--root",
"title": "The --root Schema",
"type": "string"
},
"--v8version": {
"default": "",
"description": "Версия платформы. Формат - 8.3, 8.3.8, 8.3.10.2299",
"id": "/properties/default/properties/--v8version",
"title": "The --v8version Schema",
"type": "string"
},
"--additional": {
"default": "/DisplayAllFunctions /L ru",
"description": "Дополнительные параметры для запуска предприятия.",
"id": "/properties/vanessa/properties/--additional",
"title": "The --additional Schema",
"type": "string"
}
},
"description": "Общие параметры для запуска всех команд vanessa-runner.",
"type": "object"
},
"vanessa": {
"additionalProperties": false,
"id": "/properties/vanessa",
"description": "Параметры для команды 'vanessa'\nЗапуск тестирования через фреймворк vanessa-behavior.",
"properties": {
"--additional": {
"default": "/DisplayAllFunctions /L ru",
"description": "Дополнительные параметры для запуска предприятия.",
"id": "/properties/vanessa/properties/--additional",
"title": "The --additional Schema",
"type": "string"
},
"--no-wait": {
"default": false,
"description": "Не ожидать завершения запущенной команды/действия.",
"id": "/properties/vanessa/properties/--no-wait",
"title": "The --no-wait Schema",
"type": "boolean"
},
"--pathvanessa": {
"default": "./tools/vanessa-behavior/vanessa-behavior.epf",
"description": "[env RUNNER_PATHVANESSA] путь к внешней обработке, по умолчанию vendor/vanessa-behavior/vanessa-behavior.epf.\n или переменная окружения RUNNER_PATHVANESSA",
"id": "/properties/vanessa/properties/--pathvanessa",
"title": "The --pathvanessa Schema",
"type": "string"
},
"--vanessasettings": {
"default": "./tools/VBParams.json",
"description": "[env RUNNER_VANESSASETTINGS] путь к файлу настроек.",
"id": "/properties/vanessa/properties/--vanessasettings",
"title": "The --vanessasettings Schema",
"type": "string"
},
"--workspace": {
"default": ".",
"description": "[env RUNNER_WORKSPACE] путь к папке, относительно которой будут определятся макросы $workspace.\n по умолчанию текущий.",
"id": "/properties/vanessa/properties/--workspace",
"title": "The --workspace Schema",
"type": "string"
},
"--db-pwd": {
"default": "",
"description": "Пароль БД.",
"id": "/properties/default/properties/--db-pwd",
"title": "The --db-pwd Schema",
"type": "string"
},
"--db-user": {
"default": "",
"description": "Пользователь БД.",
"id": "/properties/default/properties/--db-user",
"title": "The --db-user Schema",
"type": "string"
},
"--ibconnection": {
"default": "/F./build/ib",
"description": "Строка подключения к БД. Например, /F./build/ibservice или /Sserver/name",
"id": "/properties/default/properties/--ibconnection",
"title": "The --ibconnection Schema",
"type": "string"
}
},
"type": "object"
},
"xunit": {
"additionalProperties": false,
"id": "/properties/xunit",
"description": "Параметры для команды 'xunit' - Запуск тестирования через фреймворк xUnitFor1C.",
"properties": {
"--additional": {
"default": "/DisplayAllFunctions /L ru",
"description": "Дополнительные параметры для запуска предприятия.",
"id": "/properties/xunit/properties/--additional",
"title": "The --additional Schema",
"type": "string"
},
"--no-wait": {
"default": false,
"description": "Не ожидать завершения запущенной команды/действия.",
"id": "/properties/xunit/properties/--no-wait",
"title": "The --no-wait Schema",
"type": "boolean"
},
"--pathxunit": {
"default": "./tools/xUnitFor1C/xddTestRunner.epf",
"description": "[env RUNNER_PATHXUNIT] путь к внешней обработке. Если не задан, то используется tools/xunitfor1c/xddtestrunner.epf.",
"id": "/properties/xunit/properties/--pathxunit",
"title": "The --pathxunit Schema",
"type": "string"
},
"--reportsxunit": {
"default": "ГенераторОтчетаJUnitXML{build/junit.xml};ГенераторОтчетаAllureXML{build/allure.xml}",
"description": "Параметры формирования отчетов в формате вида:\n ФорматВыводаОтчета{Путь к файлу отчета};ФорматВыводаОтчета{Путь к файлу отчета}...\n Пример:\tГенераторОтчетаJUnitXML{build/junit.xml};ГенераторОтчетаAllureXML{build/allure.xml}\n Пример (англоязычный вариант):\tGenerateReportJUnitXML{build/junit.xml};GenerateReportAllureXML{build/allure.xml}",
"id": "/properties/xunit/properties/--reportsxunit",
"title": "The --reportsxunit Schema",
"type": "string"
},
"--xddConfig": {
"default": "tools/xUnitParams.json",
"description": "Путь к конфигурационному файлу xUnitFor1C.",
"id": "/properties/xunit/properties/--xddConfig",
"title": "The --xddconfig Schema",
"type": "string"
},
"--xddExitCodePath": {
"default": "build/xddExitCodePath.txt",
"description": "путь к текстовому файлу, обозначающему статус выполнению.\n Внутри файла строка-значение 0 (тесты пройдены), 1 (тесты не пройдены)",
"id": "/properties/xunit/properties/--xddExitCodePath",
"title": "The --xddexitcodepath Schema",
"type": "string"
},
"testsPath": {
"default": "./tools/xUnitFor1C/tests/smoke",
"description": "Путь к каталогу или к файлу с тестами.",
"id": "/properties/xunit/properties/testsPath",
"title": "The Testspath Schema",
"type": "string"
},
"--db-pwd": {
"default": "",
"description": "Пароль БД.",
"id": "/properties/default/properties/--db-pwd",
"title": "The --db-pwd Schema",
"type": "string"
},
"--db-user": {
"default": "",
"description": "Пользователь БД.",
"id": "/properties/default/properties/--db-user",
"title": "The --db-user Schema",
"type": "string"
},
"--ibconnection": {
"default": "/F./build/ib",
"description": "Строка подключения к БД. Например, /F./build/ibservice или /Sserver/name",
"id": "/properties/default/properties/--ibconnection",
"title": "The --ibconnection Schema",
"type": "string"
}
},
"type": "object"
}
}
}