Skip to content

Commit a8b0a6a

Browse files
committed
5.0.1: Provided support for chrome 131
1 parent a7bbc8e commit a8b0a6a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
5.0.1
4+
---------
5+
### Enhancement
6+
* Provided support for chrome 131
37

48
5.0.0
59
---------

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

Diff for: composer.lock

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

Diff for: 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", "--ignore-certificate-errors", "--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"]

0 commit comments

Comments
 (0)