We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43da0a commit b21a1e0Copy full SHA for b21a1e0
.github/.metadata.json
@@ -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
+ "DL": "[email protected]",
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