-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
110 lines (110 loc) · 3.32 KB
/
Copy pathproject.json
File metadata and controls
110 lines (110 loc) · 3.32 KB
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
{
"name": "RoboticEnterpriseFramework",
"description": "Robotic Enterprise Framework",
"main": "Main.xaml",
"dependencies": {
"StringtoSecureString.Activities": "[1.0.0]",
"UiPath.Credentials.Activities": "[2.0.0]",
"UiPath.Excel.Activities": "[2.11.4]",
"UiPath.System.Activities": "[21.10.4]",
"UiPath.Testing.Activities": "[1.4.6]",
"UiPath.UIAutomation.Activities": "[21.10.5]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "21.10.5.0",
"projectVersion": "1.0.0",
"runtimeOptions": {
"autoDispose": false,
"netFrameworkLazyLoading": false,
"isPausable": true,
"isAttended": false,
"requiresUserInteraction": true,
"supportsPersistence": false,
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow",
"readyForPiP": false,
"startsInPiP": false,
"mustRestoreAllDependencies": true
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [
{
"editingStatus": "InProgress",
"testCaseId": "1815b600-b58d-4a60-8dbe-24e4157df06c",
"dataVariationFilePath": ".variations\\Tests_Tests.json",
"testCaseType": "TestCase",
"fileName": "Tests\\GeneralTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "bb85360a-c0f8-4feb-9839-3a55725079fd",
"testCaseType": "TestCase",
"fileName": "Tests\\GetTransactionDataTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "832fee24-79a3-4bf1-82da-44009dae771f",
"testCaseType": "TestCase",
"fileName": "Tests\\InitAllApplicationsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "a3f7444f-4f86-4f6b-a21c-25dd23102956",
"testCaseType": "TestCase",
"fileName": "Tests\\InitAllSettingsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "0d4be805-d43f-43fc-ba52-5d4323c36004",
"testCaseType": "TestCase",
"fileName": "Tests\\MainTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "a2fb34ca-9e4d-49e9-b7d6-4e1e51b6ae7e",
"testCaseType": "TestCase",
"fileName": "Tests\\ProcessTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "c3b73b9f-4274-4adc-93b5-f58e95a46fa5",
"testCaseType": "TestCase",
"fileName": "Tests\\WorkflowTestCaseTemplate.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "9e4805c9-14bc-4f4f-b071-26a57c519cfb",
"testCaseType": "TestCase",
"fileName": "TestCase.xaml"
}
],
"modernBehavior": true
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "e00d89d9-6762-409b-97d0-c654adc59efe",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}