Skip to content

Commit ed63e22

Browse files
committed
MQE-3097: Release MFTF 3.7.1
1 parent ca6c384 commit ed63e22

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
3.7.1
4+
---------
5+
6+
### GitHub Pull Requests:
7+
* [#873](https://github.com/magento/magento2-functional-testing-framework/pull/873) -- Add check for isBuiltin method (for PHP 8 compatibility) by @karyna-tsymbal-atwix
8+
9+
### Updates
10+
* Moved `hoa/console` to suggest section to avoid issues with PHP8.0
11+
* Update `vlucas/phpdotenv` to the latest versions
12+
* `<seeInCurrentUrl />` encodes special character which caused test failed
13+
* Add filter for groups, now we can generate tests with specific group annotation
14+
* Seprated a `run:failed` command to `generate:failed` and `run:failed`
15+
* `run:failed` command can execute failed tests without need to regenerate failed tests
16+
* Deleting MagentoPwaWebDriver file and moving it to Pwa_tests repo
17+
18+
319
3.7.0
420
---------
521

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.7.0",
5+
"version": "3.7.1",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

composer.lock

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

0 commit comments

Comments
 (0)