Skip to content

Commit 28ecf8c

Browse files
authored
Merge pull request #416 from magento-devdocs/db_doc_rollup
2 parents 9e9a20f + c9ddf79 commit 28ecf8c

File tree

3 files changed

+442
-4
lines changed

3 files changed

+442
-4
lines changed

docs/mftf-tests.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<style>
2+
.mftf-dl {
3+
margin-bottom: 2.5em;
4+
}
5+
dl dt{
6+
font-weight:400;
7+
}
8+
9+
</style>
10+
11+
# MFTF functional test reference
12+
13+
The Magento Functional Testing Framework runs tests on every Module within Magento. These files are stored within each Module folder in the Magento repo.
14+
This page lists all those tests so that developers can have a good sense of what is covered.
15+
16+
{% include mftf/mftf_data.md %}
17+
18+
{% for item in mftf %}
19+
20+
### {{ item.name }}
21+
{% for file in item.items %}
22+
#### [{{ file.filename }}]({{file.repo}})
23+
{: .mftf-test-link}
24+
25+
{% for test in file.tests %}
26+
{{test.testname}}
27+
: {{test.description}}
28+
{: .mftf-dl}
29+
{% endfor %}
30+
{% endfor %}
31+
{% endfor %}

0 commit comments

Comments
 (0)