-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
71 lines (70 loc) · 2.37 KB
/
data.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
{
"items": [
{
"pageId": "Dashboard",
"description": "One of our favorite and most traveled through pages as it is the gateway to all that we have to offer.",
"subDescription": "WARNING: Contains only Navigation and Global Search Test as all other tests will use Dashboard as its starting place.",
"runTime": 5,
"icon": "ducky",
"rating": 3
}
,
{
"pageId": "Projects",
"description": "A robust test suite that will take you through all the wonders and delights of creating & using projects.",
"subDescription": "Contain Projects, Versions, Members, Groups and Sort Tests",
"runTime": 15,
"icon": "chili",
"rating": 1
}
,
{
"pageId": "Code Locations",
"description": "A vibrant set of tests that create Scan and BOM code locations, use aliases, and associate to Project versions.",
"subDescription": "Contain Projects, Versions, Members, Groups and Sort Tests",
"runTime": 8
}
,
{
"pageId": "Policy Management",
"description": "Basic Policy Management create, delete, and implementation of policies.",
"subDescription": "Contain Policy Management and Projects Tests",
"runTime": 2
}
,
{
"pageId": "Reports",
"description": "Will be a set of tests run on the Report Page. Basic CRUD - Create, Read, Update, Delete.",
"subDescription": "Contain Report Tests",
"runTime": 2
}
,
{
"pageId": "Administration",
"description": "A intensive test suite that currently covers: Group Management, User Management, LDAP and Product Registration.",
"subDescription": "Contain Administration, Users, Groups, Members, LDAP and Product Registration Tests",
"runTime": 13
}
,
{
"pageId": "Recents",
"description": "A journey through Navigation that populates the Recents Menu and verifies.",
"subDescription": "Contain Navigation Tests",
"runTime": 15
}
,
{
"pageId": "System",
"description": "A work in progress. Will test Help launches and User Profiles.",
"subDescription": "Contain User Profile and Help Tests",
"runTime": 1
}
,
{
"pageId": "Components",
"description": "A plethera of tests dealing with Components in Project Versions.",
"subDescription": "Contain Components Tests",
"runTime": 15
}
]
}