-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
52 lines (52 loc) · 1.54 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
{
"name": "20.6 Apply for Loans",
"description": "Test Applying for loans",
"main": "Main.xaml",
"dependencies": {
"UiPath.Database.Activities": "[1.3.7369.25200]",
"UiPath.Excel.Activities": "[2.9.3-beta.1143978]",
"UiPath.PDF.Activities": "[3.2.2]",
"UiPath.System.Activities": "[20.6.1-preview]",
"UiPath.Testing.Activities": "[1.1.1-preview]",
"UiPath.UIAutomation.Activities": "[20.6.0-preview]",
"UiPath.UIAutomationNext.Activities": "[20.6.0-preview]",
"UiPath.WebAPI.Activities": "[1.4.5]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "20.6.0.0",
"projectVersion": "1.0.53458696",
"runtimeOptions": {
"autoDispose": false,
"isPausable": true,
"requiresUserInteraction": true,
"supportsPersistence": false,
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow"
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Tests",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"fileInfoCollection": [
{
"editingStatus": "InProgress",
"testCaseId": "bec2bafb-a6ed-47f1-bb06-098ddc1f814d",
"fileName": "TestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "aad7244e-553b-434e-b484-cec3c2c85185",
"fileName": "Test Cases\\Create bank loan.xaml"
}
]
},
"expressionLanguage": "VisualBasic"
}