Skip to content

Commit 079e3f5

Browse files
committed
Merge remote-tracking branch 'mage/master' into add-webserver-configuration-to-docs
# Conflicts: # docs/getting-started.md
2 parents 4b8fd60 + 2df6ebf commit 079e3f5

File tree

128 files changed

+3620
-517
lines changed

Some content is hidden

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

128 files changed

+3620
-517
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
2.5.2
4+
-----
5+
6+
* Traceability
7+
* Allure report enhanced to display file path of tests.
8+
* Maintainability
9+
* Added support to read MFTF test entities from `<magento>dev/tests/acceptance/tests/functional/<vendor_name>/<module_name>/*`
10+
* Removed path deprecation warning from `ModuleResolver`.
11+
* Refactored problem methods to reduce cyclomatic complexity.
12+
13+
### Fixes
14+
* Fixed issue with builds due to absence of AcceptanceTester class.
15+
16+
### GitHub Issues/Pull requests:
17+
* [#348](https://github.com/magento/magento2-functional-testing-framework/pull/348) -- executeInSelenium command fixed to prevent escaping double quotes.
318

419
2.5.1
520
-----

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: 2 additions & 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": {
@@ -13,6 +13,7 @@
1313
"ext-curl": "*",
1414
"allure-framework/allure-codeception": "~1.3.0",
1515
"codeception/codeception": "~2.3.4 || ~2.4.0 ",
16+
"composer/composer": "^1.4",
1617
"consolidation/robo": "^1.0.0",
1718
"csharpru/vault-php": "~3.5.3",
1819
"csharpru/vault-php-guzzle6-transport": "^2.0",

0 commit comments

Comments
 (0)