Skip to content

Commit 250ec82

Browse files
committed
MFTF 3.12.2 Release
1 parent db61c98 commit 250ec82

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
3.12.2
5+
---------
6+
7+
### Enhancement
8+
* Lock php-webdriver ~1.12.0 to overcome webdriver exception
9+
10+
411
3.12.1
512
---------
613

Diff for: composer.json

+2-2
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": "3.12.1",
5+
"version": "3.12.2",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -29,7 +29,7 @@
2929
"monolog/monolog": "^2.3",
3030
"mustache/mustache": "~2.5",
3131
"nikic/php-parser": "^4.4",
32-
"php-webdriver/webdriver": "^1.9.0",
32+
"php-webdriver/webdriver": "~1.12.0",
3333
"spomky-labs/otphp": "^10.0",
3434
"symfony/console": "^5.4",
3535
"symfony/dotenv": "^5.4",

Diff for: composer.lock

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

0 commit comments

Comments
 (0)