-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
64 lines (64 loc) · 1.81 KB
/
Copy pathproject.json
File metadata and controls
64 lines (64 loc) · 1.81 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
{
"name": "Demo_Login_Functionality",
"description": "Test Automation Project",
"main": "Main.xaml",
"dependencies": {
"UiPath.System.Activities": "[22.4.1]",
"UiPath.Testing.Activities": "[22.4.3]",
"UiPath.UIAutomation.Activities": "[22.4.5]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "22.4.3.0",
"projectVersion": "1.0.114420490",
"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": "Tests",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [
{
"editingStatus": "Publishable",
"testCaseId": "ea7d091a-184e-42c7-bdf7-fca974fb41f5",
"dataVariationFilePath": ".variations\\Test_Data_Sheet1_1.json",
"testCaseType": "TestCase",
"fileName": "TestCase1.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "b87ec3d4-6234-4b5e-af65-0f8d563894b2",
"dataVariationFilePath": ".variations\\Test_Data_Sheet1.json",
"testCaseType": "TestCase",
"fileName": "TC_001.xaml"
}
],
"modernBehavior": false
},
"expressionLanguage": "VisualBasic",
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}