Skip to content

Commit 062c1bb

Browse files
authored
Merge pull request #280 from magento-commerce/develop
MFTF 4.2.0
2 parents df56830 + 8e4b9ef commit 062c1bb

File tree

3 files changed

+42
-34
lines changed

3 files changed

+42
-34
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
4.2.0
5+
---------
6+
### Fixes
7+
8+
* Bumped `allure-framework/allure-codeception` dependency to `^1.5` to fix downstream dependency issues in Magento.
9+
10+
411
4.1.0
512
---------
613
### Enhancements

composer.json

Lines changed: 2 additions & 2 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.1.0",
5+
"version": "4.2.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -16,7 +16,7 @@
1616
"ext-intl": "*",
1717
"ext-json": "*",
1818
"ext-openssl": "*",
19-
"allure-framework/allure-codeception": "^1.4",
19+
"allure-framework/allure-codeception": "^1.5",
2020
"allure-framework/allure-phpunit": "^2",
2121
"aws/aws-sdk-php": "^3.132",
2222
"codeception/codeception": "^4.1",

composer.lock

Lines changed: 33 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)