Skip to content

Commit ea3959e

Browse files
committed
MQE-702: 2.0.2 Changelog
- Added contents of 2.0.2 release to CHANGELOG.md
1 parent 9ca66ca commit ea3959e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

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+
419
2.0.1
520
-----
621

0 commit comments

Comments
 (0)