Skip to content

Commit d156675

Browse files
authored
Merge pull request #407 from magento-commerce/MFTF4.8.1
ACQE-6743 : MFTF 4.8.1 Release
2 parents 3a19c2c + 34e4a2a commit d156675

File tree

5 files changed

+544
-548
lines changed

5 files changed

+544
-548
lines changed

Diff for: CHANGELOG.md

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

4+
4.8.1
5+
---------
6+
### Enhancements
7+
* Bumped allure-codeception to ^2.4
8+
* Bumped squizlabs/php_codesniffer to 3.10.1
9+
* Bumped composer/composer to 2.7.7
10+
* Bumped monolog/monolog to 3.6.0
11+
* Bumped spomky-labs/otphp to 11.3.0
12+
* Bumped aws-sdk-php to 3.314.1
13+
14+
### Fixes
15+
* Unneeded reports are shown when MFTF Static tests fail.
16+
417
4.8.0
518
---------
619
### Enhancements

Diff for: composer.json

+2-2
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.8.0",
5+
"version": "4.8.1",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -53,7 +53,7 @@
5353
"php-coveralls/php-coveralls": "^1.0||^2.2",
5454
"phpmd/phpmd": "^2.8.0",
5555
"phpunit/phpunit": "^10.0",
56-
"squizlabs/php_codesniffer": "~3.7.0"
56+
"squizlabs/php_codesniffer": "~3.10.1"
5757
},
5858
"suggest": {
5959
"hoa/console": "Enables <pause /> action and interactive console functionality"

0 commit comments

Comments
 (0)