-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathbug_test_cases_generator.json
More file actions
25 lines (25 loc) · 976 Bytes
/
Copy pathbug_test_cases_generator.json
File metadata and controls
25 lines (25 loc) · 976 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
{
"name": "TestCasesGenerator",
"params": {
"testCasesPriorities": "High, Medium, Low",
"outputType": "creation",
"testCaseIssueType": "Test Case",
"existingTestCasesJql": "project = {jiraProject} AND issuetype = 'Test Case' ORDER BY created DESC",
"testCaseLinkRelationship": "relates to",
"isFindRelated": true,
"isGenerateNew": true,
"isConvertToJiraMarkdown": false,
"isOverridePromptExamples": true,
"includeOtherTicketReferences": false,
"alwaysPostComments": true,
"ticketContextDepth": 0,
"confluencePages": [
"./agents/instructions/test_cases/test_case_creation_rules.md"
],
"relatedTestCasesRules": "./agents/instructions/test_cases/test_case_relation_rules.md",
"examples": "ql(project = JD AND issuetype = 'Test Case' AND labels = \"ai_example\")",
"preJSAction": "agents/js/moveToReadyForTesting.js",
"postJSAction": "agents/js/moveToDone.js",
"inputJql": "key = JD-107"
}
}