Skip to content

Commit 45a52f8

Browse files
authored
Merge branch 'develop' into ACQE-2580
2 parents 60ae2bf + 8e4b9ef commit 45a52f8

File tree

7 files changed

+1253
-1067
lines changed

7 files changed

+1253
-1067
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-versions: ['8.0', '8.1', '8.2']
15+
php-versions: ['8.1', '8.2']
1616
steps:
1717
- uses: actions/checkout@v2
1818

@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
php-versions: ['8.0', '8.1', '8.2']
57+
php-versions: ['8.1', '8.2']
5858
steps:
5959
- uses: actions/checkout@v2
6060

@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: false
8888
matrix:
89-
php-versions: ['8.0', '8.1', '8.2']
89+
php-versions: ['8.1', '8.2']
9090
steps:
9191
- uses: actions/checkout@v2
9292

@@ -118,7 +118,7 @@ jobs:
118118
strategy:
119119
fail-fast: false
120120
matrix:
121-
php-versions: ['8.0', '8.1', '8.2']
121+
php-versions: ['8.1', '8.2']
122122

123123
services:
124124
chrome:

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
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+
11+
4.1.0
12+
---------
13+
### Enhancements
14+
15+
* Dropped Support for PHP 8.0 and disabled PR checks for PHP 8.0
16+
* Allow MFTF generate minimum possible groups runnable by codeception
17+
18+
### Fixes
19+
20+
* Fixed Allure report not generating issue
21+
* MFTF displays an appropriate message for unable to connect to Selenium server
22+
423
4.0.1
524
---------
625
### Fixes

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "4.0.1",
5+
"version": "4.2.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
99
"sort-packages": true
1010
},
1111
"require": {
12-
"php": ">=8.0",
12+
"php": ">=8.1",
1313
"ext-curl": "*",
1414
"ext-dom": "*",
1515
"ext-iconv": "*",
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",
@@ -39,7 +39,8 @@
3939
"symfony/http-foundation": "^5.0",
4040
"symfony/mime": "^5.0",
4141
"symfony/process": "^4.4||^5.4",
42-
"weew/helpers-array": "^1.3"
42+
"weew/helpers-array": "^1.3",
43+
"doctrine/annotations": "^1.13"
4344
},
4445
"require-dev": {
4546
"brainmaestro/composer-git-hooks": "^2.3.1",

0 commit comments

Comments
 (0)