Skip to content

Commit 00c45ec

Browse files
authored
Merge pull request #328 from magento-commerce/resolution
Resolution increase to 1920x1080
2 parents 2243c42 + 0d8f56d commit 00c45ec

File tree

5 files changed

+432
-424
lines changed

5 files changed

+432
-424
lines changed

CHANGELOG.md

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

4+
4.4.1
5+
---------
6+
### Enhancements
7+
* Increase browser resolution to 1920x1080.
8+
9+
4.4.0
10+
---------
11+
### Enhancements
12+
* Bumped `doctrine/annotations` dependency to `^2.0`.
13+
* Bumped `squizlabs/php_codesniffer` dependency to `^3.7`.
14+
* Bumped `php-webdriver/webdriver` dependency to `^1.14`.
15+
* Bumped `symfony/string` dependency to `^6.3`.
16+
* Bumped `symfony/dotenv` dependency to `^6.3`.
17+
* Bumped `symfony/finder` dependency to `^6.3`.
18+
* Bumped `symfony/http-foundation` dependency to `^6.3`.
19+
* Bumped `symfony/mime` dependency to `^6.3`.
20+
* Enhanced MFTF Modularity Test with "allow failure list".
21+
422
4.3.4
523
---------
624
### Fixes

composer.json

Lines changed: 2 additions & 4 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.3.4",
5+
"version": "4.4.1",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -29,7 +29,6 @@
2929
"laminas/laminas-diactoros": "^2.8",
3030
"monolog/monolog": "^2.3",
3131
"mustache/mustache": "~2.5",
32-
"nikic/php-parser": "^4.4",
3332
"php-webdriver/webdriver": "^1.14.0",
3433
"spomky-labs/otphp": "^10.0",
3534
"symfony/console": "^4.4||^5.4",
@@ -39,8 +38,7 @@
3938
"symfony/http-foundation": "^5.0||^6.3",
4039
"symfony/mime": "^5.0||^6.3",
4140
"symfony/process": "<=5.4.23",
42-
"weew/helpers-array": "^1.3",
43-
"doctrine/annotations": "^2.0"
41+
"weew/helpers-array": "^1.3"
4442
},
4543
"require-dev": {
4644
"brainmaestro/composer-git-hooks": "^2.3.1",

0 commit comments

Comments
 (0)