-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
executable file
·29 lines (29 loc) · 895 Bytes
/
config.json
File metadata and controls
executable file
·29 lines (29 loc) · 895 Bytes
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
{
"general": {},
"testrail": {
"gAuthEndPoint": "/auth/login/=",
"gListProjectsEndPoint": "/api/v2/get_projects",
"gListMileStones": "/api/v2/get_milestones",
"gListProjectSuites": "/api/v2/get_suites",
"gAddNewRun": "/api/v2/add_run",
"gAddResults": "/api/v2/add_results_for_cases",
"gGetCurrentUser": "/api/v2/get_user_by_email"
},
"jira": {
"gAuthEndPoint": "rest/auth/1/session",
"gCreateIssue": "rest/api/latest/issue/"
},
"html": {},
"metaConfig": {
"projectMeta": "Project_Name",
"suiteMeta": "Suite_Name",
"milestoneMeta": "MileStone_Name",
"testcaseID": "testcase_ID",
"componentMeta": "targetComponent",
"projectKeyMeta": "jiraProjectKey",
"priorityMeta": "testPriority",
"severityMeta": "testSeverity",
"labelsMeta": "testLabels",
"fixtureIDMeta": "fixtureID"
}
}