Skip to content

Commit ea93feb

Browse files
authored
Merge pull request #32 from magento-commerce/3.3.0-RC
3.3.0 Release
2 parents 2503527 + 9754a92 commit ea93feb

File tree

17 files changed

+1345
-1302
lines changed

17 files changed

+1345
-1302
lines changed

CHANGELOG.md

+17
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

+5-4
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": {
@@ -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)