Skip to content

Commit

Permalink
Merge pull request #407 from magento-commerce/MFTF4.8.1
Browse files Browse the repository at this point in the history
ACQE-6743 : MFTF 4.8.1 Release
  • Loading branch information
KevinBKozan authored Jun 27, 2024
2 parents 3a19c2c + 34e4a2a commit d156675
Show file tree
Hide file tree
Showing 5 changed files with 544 additions and 548 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Magento Functional Testing Framework Changelog
================================================

4.8.1
---------
### Enhancements
* Bumped allure-codeception to ^2.4
* Bumped squizlabs/php_codesniffer to 3.10.1
* Bumped composer/composer to 2.7.7
* Bumped monolog/monolog to 3.6.0
* Bumped spomky-labs/otphp to 11.3.0
* Bumped aws-sdk-php to 3.314.1

### Fixes
* Unneeded reports are shown when MFTF Static tests fail.

4.8.0
---------
### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/magento2-functional-testing-framework",
"description": "Magento2 Functional Testing Framework",
"type": "library",
"version": "4.8.0",
"version": "4.8.1",
"license": "AGPL-3.0",
"keywords": ["magento", "automation", "functional", "testing"],
"config": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"php-coveralls/php-coveralls": "^1.0||^2.2",
"phpmd/phpmd": "^2.8.0",
"phpunit/phpunit": "^10.0",
"squizlabs/php_codesniffer": "~3.7.0"
"squizlabs/php_codesniffer": "~3.10.1"
},
"suggest": {
"hoa/console": "Enables <pause /> action and interactive console functionality"
Expand Down
Loading

0 comments on commit d156675

Please sign in to comment.