Skip to content

Commit 44159b5

Browse files
committed
Adding action group ref file.
1 parent 28ecf8c commit 44159b5

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/actiongroup-list.md

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

0 commit comments

Comments
 (0)