Skip to content

Commit e75f007

Browse files
Merge pull request #480 from magento-commerce/MFTF_5.3.0
Mftf 5.3.0
2 parents 5b7e491 + ac23642 commit e75f007

File tree

4 files changed

+68
-62
lines changed

4 files changed

+68
-62
lines changed

CHANGELOG.md

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

4+
5.3.0
5+
---------
6+
### Enhancement
7+
* Added Symfony 6.4 LTS support alongside 7.4
8+
* Provided support for chrome 143
9+
410
5.2.0
511
---------
612
### Enhancements

composer.json

Lines changed: 9 additions & 9 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": "5.2.0",
5+
"version": "5.3.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -30,14 +30,14 @@
3030
"php": "^8.2",
3131
"php-webdriver/webdriver": "^1.14.0",
3232
"spomky-labs/otphp": "^10.0||^11.0",
33-
"symfony/console": "^7.4",
34-
"symfony/intl": "^7.4",
35-
"symfony/mailer": "^7.4",
36-
"symfony/mime": "^7.4",
37-
"symfony/process": "^7.4",
38-
"symfony/string": "^7.4",
39-
"symfony/finder": "^7.4",
40-
"symfony/dotenv": "^7.4",
33+
"symfony/console": "^6.4||^7.4",
34+
"symfony/intl": "^6.4||^7.4",
35+
"symfony/mailer": "^6.4||^7.4",
36+
"symfony/mime": "^6.4||^7.4",
37+
"symfony/process": "^6.4||^7.4",
38+
"symfony/string": "^6.4||^7.4",
39+
"symfony/finder": "^6.4||^7.4",
40+
"symfony/dotenv": "^6.4||^7.4",
4141
"weew/helpers-array": "^1.3"
4242
},
4343
"require-dev": {

composer.lock

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

etc/config/functional.suite.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ modules:
3838
capabilities:
3939
unhandledPromptBehavior: "ignore"
4040
chromeOptions:
41-
args: ["--no-sandbox", "--window-size=1920,1080", "--disable-extensions", "--enable-automation", "--disable-gpu", "--enable-Passthrough", "--disable-dev-shm-usage", "--disable-component-update", "--disable-features=OptimizationHints","--disable-background-networking","--disable-domain-reliability","--disable-breakpad"]
41+
args: ["--no-sandbox", "--window-size=1920,1080", "--disable-extensions", "--enable-automation", "--disable-gpu", "--enable-Passthrough", "--disable-dev-shm-usage", "--disable-component-update", "--disable-features=OptimizationHints","--disable-background-networking","--disable-domain-reliability","--disable-breakpad","--disable-features=ThirdPartyCookieBlocking,SameSiteByDefaultCookies,StoragePartitioning,AutofocusPreventsAccidentalCrossOriginActivation,BlockInsecurePrivateNetworkRequests","--disable-web-security","--allow-running-insecure-content","--disable-site-isolation-trials","--disable-features=site-per-process"]

0 commit comments

Comments
 (0)