Skip to content

Commit 22c17e1

Browse files
committed
MQE-2339: CHANGELOG.MD and version bump for 3.2.0
1 parent c12f717 commit 22c17e1

File tree

3 files changed

+20
-352
lines changed

3 files changed

+20
-352
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+
* Enhanced annotation static-check to include all required annotations.
15+
16+
### Fixes
17+
18+
* Fixed issue where CUSTOM_MODULE_PATHS env variable doesn't 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)