Skip to content

Commit 40f2cf8

Browse files
authored
MQE-1336: Add Changelog entry and bump composer version
- Added Changelog entry - Changed version in composer and lock file
1 parent 1f8735d commit 40f2cf8

File tree

4 files changed

+70
-46
lines changed

4 files changed

+70
-46
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
4+
2.3.10
5+
-----
6+
### Enhancements
7+
* Maintainability
8+
* Added new `mftf run:failed` commands, which reruns all failed tests from last run configuration.
9+
10+
### Fixes
11+
* Fixed an issue where mftf would fail to parse test materials for extensions installed under `vendor`.
12+
313
2.3.9
414
-----
515
### Fixes

bin/mftf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ try {
2929
try {
3030
$application = new Symfony\Component\Console\Application();
3131
$application->setName('Magento Functional Testing Framework CLI');
32-
$application->setVersion('2.3.8');
32+
$application->setVersion('2.3.10');
3333
/** @var \Magento\FunctionalTestingFramework\Console\CommandListInterface $commandList */
3434
$commandList = new \Magento\FunctionalTestingFramework\Console\CommandList;
3535
foreach ($commandList->getCommands() as $command) {

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

composer.lock

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

0 commit comments

Comments
 (0)