Skip to content

Commit 451430d

Browse files
committed
MQE-1833: CHANGELOG.MD and Composer version bump
1 parent 932db27 commit 451430d

File tree

4 files changed

+1078
-644
lines changed

4 files changed

+1078
-644
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
2.5.2
4+
-----
5+
6+
* Traceability
7+
* Added test's filepath to Allure reports for ease of debugging.
8+
9+
* Modularity
10+
* Refactored problem methods to reduce cyclomatic complexity.
11+
12+
* Maintainability
13+
* Added support to read MFTF test entities from path of MFTF test packages.
14+
15+
### Fixes
16+
* Added escaping for `magentoCLI` commands.
17+
* Fixed issue with builds due to absence of AcceptanceTester class.
18+
* Removed path deprecation warning from ModuleResolver.
19+
20+
### GitHub Issues/Pull requests:
21+
* [#348](https://github.com/magento/magento2-functional-testing-framework/pull/348) -- executeInSelenium command fixed to prevent escaping double quotes.
322

423
2.5.1
524
-----

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.5.1');
32+
$application->setVersion('2.5.2');
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.5.1",
5+
"version": "2.5.2",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

0 commit comments

Comments
 (0)