Skip to content

Commit

Permalink
Merge pull request #403 from magento-commerce/MFTF4.8.0
Browse files Browse the repository at this point in the history
MFTF 4.8.0 : Release PR
  • Loading branch information
KevinBKozan authored May 21, 2024
2 parents 352d35f + 873477d commit 3a19c2c
Show file tree
Hide file tree
Showing 15 changed files with 378 additions and 429 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Magento Functional Testing Framework Changelog
================================================

4.8.0
---------
### Enhancements
* Bumped phpunit/phpunit to ^10.0
* Bumped allure-framework/allure-phpunit to ^3
* Bumped codeception/module-webdriver ^4.0

### Fixes
* Fixed Class "Magento\FunctionalTestingFramework\StaticCheck\ActionGroupArgumentsCheck" not found on running vendor/bin/mftf build:project --upgrade.

4.7.2
---------
### Enhancements
Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "magento/magento2-functional-testing-framework",
"description": "Magento2 Functional Testing Framework",
"type": "library",
"version": "4.7.2",
"version": "4.8.0",
"license": "AGPL-3.0",
"keywords": ["magento", "automation", "functional", "testing"],
"config": {
"sort-packages": true
},
"require": {
"allure-framework/allure-codeception": "^2.1",
"allure-framework/allure-phpunit": "^2",
"allure-framework/allure-phpunit": "^3",
"aws/aws-sdk-php": "^3.132",
"codeception/codeception": "^5.0",
"codeception/module-asserts": "^3.0",
"codeception/module-sequence": "^3.0",
"codeception/module-webdriver": "^3.0",
"codeception/module-webdriver": "^4.0",
"composer/composer": "^1.9||^2.0,!=2.2.16",
"csharpru/vault-php": "^4.2.1",
"ext-curl": "*",
Expand Down Expand Up @@ -52,7 +52,7 @@
"brainmaestro/composer-git-hooks": "^2.8.5",
"php-coveralls/php-coveralls": "^1.0||^2.2",
"phpmd/phpmd": "^2.8.0",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^10.0",
"squizlabs/php_codesniffer": "~3.7.0"
},
"suggest": {
Expand All @@ -62,7 +62,8 @@
"files": ["src/Magento/FunctionalTestingFramework/_bootstrap.php"],
"psr-4": {
"Magento\\FunctionalTestingFramework\\": "src/Magento/FunctionalTestingFramework",
"MFTF\\": "dev/tests/functional/tests/MFTF"
"MFTF\\": "dev/tests/functional/tests/MFTF",
"Magento\\FunctionalTestingFramework\\Tests\\Verification\\": "dev/tests/verification/Tests"
}
},
"autoload-dev": {
Expand Down
Loading

0 comments on commit 3a19c2c

Please sign in to comment.