Skip to content

Commit 6c13959

Browse files
committed
5.0.2: Removed support for chrome 131
1 parent a8b0a6a commit 6c13959

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
5.0.2
4+
---------
5+
### Fixes
6+
* Removed support for chrome 131
7+
38
5.0.1
49
---------
510
### Enhancement

composer.json

+1-1
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.0.1",
5+
"version": "5.0.2",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

etc/config/functional.suite.dist.yml

+1-1
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", "--ignore-certificate-errors", "--disable-component-update", "--disable-features=OptimizationHints","--disable-background-networking","--disable-domain-reliability","--disable-breakpad"]

0 commit comments

Comments
 (0)