Skip to content

Commit b2a23dc

Browse files
authored
Merge pull request magento#17 from magento-commerce/master
master >> develop
2 parents c916401 + 2503527 commit b2a23dc

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+13-1
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

+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": "3.2.0",
5+
"version": "3.2.1",
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.

0 commit comments

Comments
 (0)