Skip to content

Commit 18828b7

Browse files
authored
Merge pull request #699 from xDrivenDevelopment/feature/config-json-697
Единый конфиг-файл в формате json #697
2 parents 190058e + b84d664 commit 18828b7

File tree

50 files changed

+1579
-618
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1579
-618
lines changed
86 Bytes
Binary file not shown.

Plugins/Настройки.epf

722 Bytes
Binary file not shown.
11 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
7.44 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"Тесты_Настройки": {
3+
"Ключ": "значение для Тесты_Настройки",
4+
}
5+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"Ключ": "значение для Тесты_Настройки",
3+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"Тесты_Настройки": {
3+
"configpath": "Тесты_Настройки_Потомок.json"
4+
}
5+
}

smoke.example.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
{
2-
"Справочники": {
3-
"Списки": [
4-
"ПростойСправочник"
2+
"smoke": {
3+
"Справочники": {
4+
"Списки": [
5+
"ПростойСправочник"
6+
],
7+
"Новые": [
8+
"ПростойСправочник2"
9+
]
10+
},
11+
"Отчеты": [
12+
"Отчет1"
513
],
6-
"Новые": [
7-
"ПростойСправочник2"
14+
"Обработки": [
15+
"xddGuidShow",
16+
"ТестОбработка_Форма_ИсключениеПриОткрытии"
817
]
9-
},
10-
"Отчеты": [
11-
"Отчет1"
12-
],
13-
"Обработки": [
14-
"xddGuidShow"
15-
]
18+
}
1619
}

0 commit comments

Comments
 (0)