Skip to content

Commit d0216ab

Browse files
authoredDec 7, 2021
Merge pull request magento#137 from magento-commerce/MQE-3122
MQE-3122: Logging of failed test is not working when test fails in `after` section
2 parents d0d55e6 + fe20f1b commit d0216ab

File tree

78 files changed

+1097
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1097
-140
lines changed
 

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
3.7.2
4+
---------
5+
6+
### Bug fix:
7+
* Failed tests weren't logged correctly to `failed` file which caused a failure during run:failed command execution
8+
9+
310
3.7.1
411
---------
512

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

0 commit comments

Comments
 (0)