Skip to content

Commit b21a1e0

Browse files
committed
MQE-2967: Magento Quality Engineering
Repo Metadata Service Onboarding: Pangolins
1 parent c43da0a commit b21a1e0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/.metadata.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"templateVersion": "0.1",
3+
"product": {
4+
"name": "Magento2 Functional Testing Framework (MFTF)",
5+
"description": "MFTF is a framework to write and execute UI Functional tests for Magento 2 projects"
6+
},
7+
"contacts": {
8+
"team": {
9+
"name": "Magento Quality Engineering / Pangolin",
10+
11+
"slackChannel": "mftf"
12+
}
13+
},
14+
"ticketTracker": {
15+
"functionalJiraQueue": {
16+
"projectKey": "MQE",
17+
"component": ""
18+
},
19+
"securityJiraQueue": {
20+
"projectKey": "MAGREQ",
21+
"component": "Test Infrastructure"
22+
}
23+
},
24+
"staticScan": {
25+
"enable": true,
26+
"frequency": "monthly",
27+
"customName": "",
28+
"branchesToScan": [
29+
"develop"
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)