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 5895db4 commit 17fea8eCopy full SHA for 17fea8e
docs/actiongroup-list.md
@@ -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
11
# MFTF action group reference
12
13
Action groups are important building blocks for quickly creating tests for the Magento Functional Testing Framework.
14
This page lists all current action groups so 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
30
0 commit comments