Skip to content

Commit ede771d

Browse files
authored
Merge branch 'develop' into MQE-2463
2 parents 8728739 + ef8b9ce commit ede771d

File tree

7 files changed

+1363
-1258
lines changed

7 files changed

+1363
-1258
lines changed

CHANGELOG.md

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

4+
3.2.1
5+
---------
6+
7+
### Fixes
8+
9+
* Fixed issue that causes Magento bin/magento to fail when xdebug 3 is used. [GitHub Issue #808](https://github.com/magento/magento2-functional-testing-framework/issues/808)
10+
11+
### GitHub Pull Requests:
12+
13+
* [#806](https://github.com/magento/magento2-functional-testing-framework/pull/806) -- Enable an extending entity to overwrite a requiredEntity binding
14+
* [#809](https://github.com/magento/magento2-functional-testing-framework/pull/809) -- Add MFTF documentation for AWS S3
15+
416
3.2.0
517
---------
618

@@ -53,7 +65,7 @@ Fixed issue with XPath locators for waits in MagentoPwaWebDriver.
5365

5466
* Fixed issue with suite precondition failure for `createData` with required entity.
5567

56-
### GitHub Issues/Pull requests:
68+
### GitHub Issues/Pull Requests:
5769

5870
* [#547](https://github.com/magento/magento2-functional-testing-framework/pull/547) -- Fix invalid behavior of MAGENTO_BACKEND_BASE_URL
5971
* [#742](https://github.com/magento/magento2-functional-testing-framework/pull/742) -- Fix Waits In MagentoPwaWebDriver

composer.json

Lines changed: 5 additions & 4 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": "3.2.0",
5+
"version": "3.2.1",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -22,7 +22,7 @@
2222
"codeception/module-sequence": "^1.0",
2323
"codeception/module-webdriver": "^1.0",
2424
"composer/composer": "^1.9",
25-
"csharpru/vault-php": "~3.5.3",
25+
"csharpru/vault-php": "^4.1.0",
2626
"csharpru/vault-php-guzzle6-transport": "^2.0",
2727
"hoa/console": "~3.0",
2828
"monolog/monolog": "^1.17",
@@ -35,7 +35,8 @@
3535
"symfony/mime": "^5.0",
3636
"symfony/process": "^4.4",
3737
"vlucas/phpdotenv": "^2.4",
38-
"weew/helpers-array": "^1.3"
38+
"weew/helpers-array": "^1.3",
39+
"nikic/php-parser": "~4.4.0"
3940
},
4041
"require-dev": {
4142
"brainmaestro/composer-git-hooks": "^2.3.1",
@@ -47,7 +48,7 @@
4748
"phpmd/phpmd": "^2.8.0",
4849
"phpunit/phpunit": "^9.0",
4950
"rregeer/phpunit-coverage-check": "^0.1.4",
50-
"sebastian/phpcpd": "~5.0.0",
51+
"sebastian/phpcpd": "~6.0.0",
5152
"squizlabs/php_codesniffer": "~3.5.4",
5253
"symfony/stopwatch": "~3.4.6"
5354
},

0 commit comments

Comments
 (0)