You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mftf-tests.md
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,33 @@
2
2
layout: full-width
3
3
title: MFTF Tests
4
4
---
5
-
5
+
<style>
6
+
.mftf-dl {
7
+
margin-bottom: 2.5em;
8
+
}
9
+
dldt{
10
+
font-weight:500;
11
+
}
12
+
.mftf-test-link {
13
+
font-weight: normal;
14
+
}
15
+
</style>
6
16
The Magento Functional Testing Framework runs tests on every Module within Magento. These files are stored within each Module folder in the Magento repo.
7
17
This page lists all those tests so that developers can have a good sense of what is covered.
0 commit comments