File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
Magento Functional Testing Framework Changelog
2
2
================================================
3
3
4
+ 2.0.2
5
+ -----
6
+
7
+ ### Enhancements
8
+ * Customizability
9
+ * Added the ` <magentoCLI> ` test action. Action takes the given ` command="" ` and passes it for execution in Magento Environment.
10
+ * Note: Installation step to enable above action has been added. See ` Step 5 ` in the MFTF ` Getting Started ` article.
11
+ * Maintainability
12
+ * Tests now run actions declared in ` <after> ` hook in both successful and failed test runs.
13
+
14
+ ### Fixes
15
+ * Fixed inability to use ` [] ` characters within selector/url parameters.
16
+ * Fixed a bug where the ` <formatMoney> ` action did not return a variable for test use.
17
+ * Fixed a bug where the ` <waitForLoadingMaskToDisappear> ` action could not be used twice in an ` <actionGroup> ` .
18
+
4
19
2.0.1
5
20
-----
6
21
You can’t perform that action at this time.
0 commit comments