Skip to content

Commit

Permalink
Merge pull request #214 from magento-gl/3.10.3-RC
Browse files Browse the repository at this point in the history
3.10.3 rc
  • Loading branch information
jilu1 authored Sep 12, 2022
2 parents 919b2c3 + 6eccd5c commit 376bcf7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Magento Functional Testing Framework Changelog
================================================

3.10.3
---------

### Fixes

* Chrome settings for potential cost reductions

3.10.2
---------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/magento2-functional-testing-framework",
"description": "Magento2 Functional Testing Framework",
"type": "library",
"version": "3.10.2",
"version": "3.10.3",
"license": "AGPL-3.0",
"keywords": ["magento", "automation", "functional", "testing"],
"config": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion etc/config/functional.suite.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ modules:
capabilities:
unhandledPromptBehavior: "ignore"
chromeOptions:
args: ["--no-sandbox", "--window-size=1280,1024", "--disable-extensions", "--enable-automation", "--disable-gpu", "--enable-Passthrough", "--disable-dev-shm-usage", "--ignore-certificate-errors"]
args: ["--no-sandbox", "--window-size=1280,1024", "--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 comments on commit 376bcf7

Please sign in to comment.