-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
126 lines (126 loc) · 4.25 KB
/
project.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
{
"name": "Flinders.Foundation",
"description": "A library of foundational activities used across all UiPath projects at Flinders University",
"main": "InvokeTestSuite.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[2.10.4]",
"UiPath.Mail.Activities": "[1.10.4]",
"UiPath.System.Activities": "[21.4.1]",
"UiPath.Testing.Activities": "1.3.3",
"UiPath.UIAutomation.Activities": "[21.4.4]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "19.10.1.0",
"projectVersion": "2.1.1",
"runtimeOptions": {
"autoDispose": false,
"isPausable": true,
"requiresUserInteraction": true,
"supportsPersistence": false,
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow",
"readyForPiP": false,
"startsInPiP": false
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Library",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": [
"ConstantValues.xaml"
]
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [
{
"editingStatus": "Publishable",
"testCaseId": "2d8739f6-a138-4695-8698-eb67c8c21122",
"fileName": "TestCases\\TestDetectEnvironmentDevelopment.xaml"
},
{
"editingStatus": "Publishable",
"testCaseId": "42adf1cd-edd3-4e80-8628-d0d84d96f2cb",
"fileName": "TestCases\\TestDetectEnvironmentProduction.xaml"
},
{
"editingStatus": "Publishable",
"testCaseId": "f4cbc293-c753-42ee-84bc-c51f3fcc5734",
"fileName": "TestCases\\TestDetectEnvironmentTest.xaml"
},
{
"editingStatus": "Publishable",
"testCaseId": "02a1724c-ae5c-4f78-88b5-3c2031cd3c55",
"fileName": "TestCases\\TestDetectEnvironmentInvalidName.xaml"
},
{
"editingStatus": "Publishable",
"testCaseId": "055aa5c9-cae5-4525-ad0b-0b28ec68e7b7",
"fileName": "TestCases\\TestDetectEnvironmentInvalidValue.xaml"
},
{
"editingStatus": "Publishable",
"testCaseId": "35a20bd1-9d51-4608-ac25-823cc1b8a399",
"fileName": "TestCases\\TestGetCommonDataDirectory.xaml"
},
{
"editingStatus": "Publishable",
"testCaseId": "e3a2dfb4-2239-4d22-8e6f-1caecaeaaab7",
"fileName": "TestCases\\TestTakeAndSaveScreenshot.xaml"
},
{
"editingStatus": "Publishable",
"testCaseId": "106175f5-2978-4e05-bdf1-a3a1643d805e",
"fileName": "TestCases\\TestThrowBusinessRuleException.xaml"
},
{
"editingStatus": "Publishable",
"testCaseId": "efc6717d-5b6a-4dd5-a03e-2c8f2d1daee2",
"fileName": "TestCases\\TestThrowBusinessRuleExceptionWithScreenshot.xaml"
},
{
"editingStatus": "Publishable",
"testCaseId": "3b0624e0-2da6-437d-9149-7d0b12ac0138",
"fileName": "TestCases\\TestThrowConfigurationException.xaml"
},
{
"editingStatus": "Publishable",
"testCaseId": "7e800b62-2b69-4c2b-b3b7-ac5d6126084f",
"fileName": "TestCases\\TestThrowNotImplementedException.xaml"
},
{
"editingStatus": "Publishable",
"testCaseId": "74d7b974-c0f1-47d5-8b32-c3d332b8707c",
"fileName": "TestCases\\TestLoginToOktaDashboardInvalidCredential.xaml"
},
{
"editingStatus": "Publishable",
"testCaseId": "24d56afe-9108-435e-82ec-11c512274da1",
"fileName": "TestCases\\TestLoginToOktaDashboardInvalidUserDetails.xaml"
},
{
"editingStatus": "Publishable",
"testCaseId": "4a871bea-66b3-415e-abdb-4a08ba766c72",
"fileName": "TestCases\\TestLoginToOktaDashboardInvalidEnvironment.xaml"
},
{
"editingStatus": "Publishable",
"testCaseId": "429a4ab6-268b-47c7-b389-6c97c736557a",
"fileName": "TestCases\\TestLoginToOktaDashboardValidCredential.xaml"
}
],
"modernBehavior": false
},
"expressionLanguage": "VisualBasic",
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}