Skip to content

Commit 17fea8e

Browse files
committed
moving template to devdocs.
1 parent 5895db4 commit 17fea8e

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

docs/actiongroup-list.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,6 @@
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

133
Action groups are important building blocks for quickly creating tests for the Magento Functional Testing Framework.
144
This 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 %}

0 commit comments

Comments
 (0)