File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
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-
111# MFTF action group reference
122
133Action groups are important building blocks for quickly creating tests for the Magento Functional Testing Framework.
144This page lists all current action groups so developers can see what is available to them.
155
166{% 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