File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ <style >
2
+ .mftf-dl {
3
+ margin-bottom : 2.5em ;
4
+ }
5
+ dl dt {
6
+ font-weight :500 ;
7
+ }
8
+
9
+ </style >
10
+
11
+ # MFTF action group reference
12
+
13
+ Action groups are important building blocks for quickly creating tests for the Magento Functional Testing Framework (MFTF).
14
+ This page lists all current action groups so that developers can see what is available to them.
15
+
16
+ {% include mftf/actiongroup_data.md %}
17
+
18
+ {% for item in actiongroups %}
19
+
20
+ ### {{ item.name }}
21
+ {% for file in item.items %}
22
+ #### [ {{ file.filename }}] ( {{file.repo}} )
23
+
24
+ {% for test in file.actiongroups %}
25
+ {{test.name}}
26
+ : {% if test.description == '' %}No description.{% else %}{{test.description}}{% endif %}
27
+ {: .mftf-dl}
28
+ {% endfor %}
29
+ {% endfor %}
30
+ {% endfor %}
You can’t perform that action at this time.
0 commit comments