Skip to content

Commit b0f702e

Browse files
committed
using include for data
1 parent eb0b1cd commit b0f702e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/mftf-tests.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
layout: full-width
3-
title: MFTF Tests
4-
---
51
<style>
62
.mftf-dl {
73
margin-bottom: 2.5em;
@@ -13,10 +9,13 @@ dl dt{
139
font-weight: normal;
1410
}
1511
</style>
12+
13+
# MFTF functional test reference
14+
1615
The Magento Functional Testing Framework runs tests on every Module within Magento. These files are stored within each Module folder in the Magento repo.
1716
This page lists all those tests so that developers can have a good sense of what is covered.
1817

19-
{% assign mftf = site.data.mftf | group_by: "module" | sort: "name" %}
18+
{% include mftf/mftf_data.md %}
2019

2120
{% for item in mftf %}
2221

0 commit comments

Comments
 (0)