Skip to content

Commit e917ef7

Browse files
committed
Merge branch 'develop' of github.com:magento/magento2-functional-testing-framework into develop
2 parents fe46644 + e4fc3fc commit e917ef7

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

4+
4.4.1
5+
---------
6+
* Same as previous release
7+
8+
4.4.0
9+
---------
10+
### Enhancements
11+
* Bumped `doctrine/annotations` dependency to `^2.0`.
12+
* Bumped `squizlabs/php_codesniffer` dependency to `^3.7`.
13+
* Bumped `php-webdriver/webdriver` dependency to `^1.14`.
14+
* Bumped `symfony/string` dependency to `^6.3`.
15+
* Bumped `symfony/dotenv` dependency to `^6.3`.
16+
* Bumped `symfony/finder` dependency to `^6.3`.
17+
* Bumped `symfony/http-foundation` dependency to `^6.3`.
18+
* Bumped `symfony/mime` dependency to `^6.3`.
19+
* Enhanced MFTF Modularity Test with "allow failure list".
20+
421
4.3.4
522
---------
623
### Fixes

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": "4.3.4",
5+
"version": "4.4.1",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)