Skip to content

Commit

Permalink
Merge pull request #32 from magento-commerce/3.3.0-RC
Browse files Browse the repository at this point in the history
3.3.0 Release
  • Loading branch information
jilu1 authored Feb 15, 2021
2 parents 2503527 + 9754a92 commit ea93feb
Show file tree
Hide file tree
Showing 17 changed files with 1,345 additions and 1,302 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Magento Functional Testing Framework Changelog
================================================

3.3.0
---------

### Enhancements

* Usability
* [#817](https://github.com/magento/magento2-functional-testing-framework/pull/817) -- Add support for admin WebAPI token refresh

* Maintainability
* [#814](https://github.com/magento/magento2-functional-testing-framework/pull/814) -- Update dependencies in order to make mftf php8 compatible, fix running phpcpd
* [#815](https://github.com/magento/magento2-functional-testing-framework/pull/815) -- Upgrade csharpru/vault-php to 4.1

### Fixes

* Fixed test generation error in a split suite group (--config=parallel) to allow generation of subsequent groups.
* Fixed an issue where test extends from a skipped parent is not properly skipped.

3.2.1
---------

Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/magento2-functional-testing-framework",
"description": "Magento2 Functional Testing Framework",
"type": "library",
"version": "3.2.1",
"version": "3.3.0",
"license": "AGPL-3.0",
"keywords": ["magento", "automation", "functional", "testing"],
"config": {
Expand All @@ -22,7 +22,7 @@
"codeception/module-sequence": "^1.0",
"codeception/module-webdriver": "^1.0",
"composer/composer": "^1.9",
"csharpru/vault-php": "~3.5.3",
"csharpru/vault-php": "^4.1.0",
"csharpru/vault-php-guzzle6-transport": "^2.0",
"hoa/console": "~3.0",
"monolog/monolog": "^1.17",
Expand All @@ -35,7 +35,8 @@
"symfony/mime": "^5.0",
"symfony/process": "^4.4",
"vlucas/phpdotenv": "^2.4",
"weew/helpers-array": "^1.3"
"weew/helpers-array": "^1.3",
"nikic/php-parser": "~4.4.0"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.3.1",
Expand All @@ -47,7 +48,7 @@
"phpmd/phpmd": "^2.8.0",
"phpunit/phpunit": "^9.0",
"rregeer/phpunit-coverage-check": "^0.1.4",
"sebastian/phpcpd": "~5.0.0",
"sebastian/phpcpd": "~6.0.0",
"squizlabs/php_codesniffer": "~3.5.4",
"symfony/stopwatch": "~3.4.6"
},
Expand Down
Loading

0 comments on commit ea93feb

Please sign in to comment.