Skip to content

Commit 1897d2d

Browse files
authored
Merge pull request #34 from magento-commerce/master
Master merge back to develop
2 parents 4f76bda + ea93feb commit 1897d2d

File tree

3 files changed

+20
-218
lines changed

3 files changed

+20
-218
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
3.3.0
5+
---------
6+
7+
### Enhancements
8+
9+
* Usability
10+
* [#817](https://github.com/magento/magento2-functional-testing-framework/pull/817) -- Add support for admin WebAPI token refresh
11+
12+
* Maintainability
13+
* [#814](https://github.com/magento/magento2-functional-testing-framework/pull/814) -- Update dependencies in order to make mftf php8 compatible, fix running phpcpd
14+
* [#815](https://github.com/magento/magento2-functional-testing-framework/pull/815) -- Upgrade csharpru/vault-php to 4.1
15+
16+
### Fixes
17+
18+
* Fixed test generation error in a split suite group (--config=parallel) to allow generation of subsequent groups.
19+
* Fixed an issue where test extends from a skipped parent is not properly skipped.
20+
421
3.2.1
522
---------
623

composer.json

Lines changed: 1 addition & 1 deletion
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.1",
5+
"version": "3.3.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

composer.lock

Lines changed: 2 additions & 217 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)