Skip to content

Commit be2f5cd

Browse files
authored
Merge pull request #9 from magento-commerce/MQE-2339
MQE-2339: CHANGELOG.MD and version bump for 3.2.0
2 parents c12f717 + e0b23bb commit be2f5cd

File tree

4 files changed

+22
-353
lines changed

4 files changed

+22
-353
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
4+
3.2.0
5+
---------
6+
7+
### Enhancements
8+
9+
* Usability
10+
* Introduced error tolerance during test and suite generation. See the [command page](./docs/commands/mftf.md#error-tolerance-during-generation) for details.
11+
Addressed github issue [#276](https://github.com/magento/magento2-functional-testing-framework/issues/276).
12+
13+
* Maintainability
14+
* Updated annotation static-check to check all required annotations.
15+
16+
### Fixes
17+
18+
* Fixed issue where CUSTOM_MODULE_PATHS env variable does not use all paths.
19+
* Fixed issue where run:test only records the last failed test in `failed` file.
20+
321
3.1.1
422
---------
523

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "3.1.1",
5+
"version": "3.2.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

0 commit comments

Comments
 (0)