Skip to content

Commit 9993f3b

Browse files
authored
Merge branch 'develop' into imported-BorisovskiP-magento2-functional-testing-framework-896
2 parents 5707e69 + b8d908f commit 9993f3b

24 files changed

+821
-160
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
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+
21+
4.3.4
22+
---------
23+
### Fixes
24+
* Resolving an issue when test is marked as failed due to Suite after section failure
25+
26+
4.3.3
27+
---------
28+
### Enhancements
29+
* Enhance the details in the testgroupmembership.txt file.
30+
31+
### Fixes
32+
* Fixed MFTF helpers & actionGroups allow duplicate argument names to be passed.
33+
34+
4.3.2
35+
---------
36+
### Enhancements
37+
* 'bootstrap' argument added to indicate that no additional background processes will be run and the jobs complete in the foreground process.
38+
39+
### Fixes
40+
* Fixed serialization of weakmap exception thrown for every internal exception after codeception upgrade.
41+
* Fixed suites no longer separated by MFTF Suite.
42+
43+
4.3.1
44+
---------
45+
### Fixes
46+
* Fixed cannot bind closure to scope of internal class Exception.
47+
* Fixed broken Mftf doctor command.
48+
349
4.3.0
450
---------
551
### Enhancements

composer.json

Lines changed: 10 additions & 10 deletions
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.0",
5+
"version": "4.4.1",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -30,17 +30,17 @@
3030
"monolog/monolog": "^2.3",
3131
"mustache/mustache": "~2.5",
3232
"nikic/php-parser": "^4.4",
33-
"php-webdriver/webdriver": "^1.9.0 <1.14.0",
33+
"php-webdriver/webdriver": "^1.14.0",
3434
"spomky-labs/otphp": "^10.0",
3535
"symfony/console": "^4.4||^5.4",
36-
"symfony/string": "^5.4",
37-
"symfony/dotenv": "^5.3",
38-
"symfony/finder": "^5.0",
39-
"symfony/http-foundation": "^5.0",
40-
"symfony/mime": "^5.0",
41-
"symfony/process": "^4.4||^5.4",
36+
"symfony/string": "^5.4||^6.3",
37+
"symfony/dotenv": "^5.3||^6.3",
38+
"symfony/finder": "^5.0||^6.3",
39+
"symfony/http-foundation": "^5.0||^6.3",
40+
"symfony/mime": "^5.0||^6.3",
41+
"symfony/process": "<=5.4.23",
4242
"weew/helpers-array": "^1.3",
43-
"doctrine/annotations": "^1.13"
43+
"doctrine/annotations": "^2.0"
4444
},
4545
"require-dev": {
4646
"brainmaestro/composer-git-hooks": "^2.3.1",
@@ -49,7 +49,7 @@
4949
"phpmd/phpmd": "^2.8.0",
5050
"phpunit/phpunit": "<=9.5.20",
5151
"sebastian/phpcpd": "~6.0.0",
52-
"squizlabs/php_codesniffer": "~3.6.0"
52+
"squizlabs/php_codesniffer": "~3.7.0"
5353
},
5454
"suggest": {
5555
"hoa/console": "Enables <pause /> action and interactive console functionality"

0 commit comments

Comments
 (0)