Skip to content

Commit b150619

Browse files
authored
Merge pull request #293 from magento-gl/4.3.0-Release-CheckList
ACQE-4694 : MFTF 4.3.0 Release Checklist
2 parents 9ba3321 + 9df18ee commit b150619

File tree

19 files changed

+1472
-938
lines changed

19 files changed

+1472
-938
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
4.3.0
4+
---------
5+
### Enhancements
6+
* Bumped `allure-framework/allure-codeception` dependency to `^2.1`.
7+
* Bumped `codeception/codeception` to `^5.0` and upgraded its dependent packages.
8+
* Replaced Yandex methods with Qameta related methods.
9+
* Created methods for modifying step name and for formatting allure.
10+
11+
### Fixes
12+
* Fixed all issues and exceptions thrown after codeception upgrade.
13+
* Removed dependency of MagentoAllureAdapter in codeception.yml file.
314

415
4.2.1
516
---------

composer.json

Lines changed: 7 additions & 7 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.2.1",
5+
"version": "4.3.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -16,13 +16,13 @@
1616
"ext-intl": "*",
1717
"ext-json": "*",
1818
"ext-openssl": "*",
19-
"allure-framework/allure-codeception": "^1.5",
19+
"allure-framework/allure-codeception": "^2.1",
2020
"allure-framework/allure-phpunit": "^2",
2121
"aws/aws-sdk-php": "^3.132",
22-
"codeception/codeception": "^4.1",
23-
"codeception/module-asserts": "^1.1",
24-
"codeception/module-sequence": "^1.0",
25-
"codeception/module-webdriver": "^1.0",
22+
"codeception/codeception": "^5.0",
23+
"codeception/module-asserts": "^3.0",
24+
"codeception/module-sequence": "^3.0",
25+
"codeception/module-webdriver": "^3.0",
2626
"composer/composer": "^1.9 || ^2.0, !=2.2.16",
2727
"csharpru/vault-php": "^4.2.1",
2828
"guzzlehttp/guzzle": "^7.3.0",
@@ -47,7 +47,7 @@
4747
"codacy/coverage": "^1.4",
4848
"php-coveralls/php-coveralls": "^1.0||^2.2",
4949
"phpmd/phpmd": "^2.8.0",
50-
"phpunit/phpunit": "^9.0",
50+
"phpunit/phpunit": "<=9.5.20",
5151
"sebastian/phpcpd": "~6.0.0",
5252
"squizlabs/php_codesniffer": "~3.6.0"
5353
},

0 commit comments

Comments
 (0)