diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0d665e5..72b6f857d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Magento Functional Testing Framework Changelog ================================================ +2.4.2 +----- +* Traceability + * Test action `stepKey`s are now included in both console output and Allure report. + * XML Comments are now automatically converted into a `` action. + +### Fixes +* Moved `epfremme/swagger-php` dependency to `suggests` block due to a conflict with Magento extensions. + 2.4.1 ----- * Traceability diff --git a/bin/mftf b/bin/mftf index 207dab6ff..b026f33c1 100755 --- a/bin/mftf +++ b/bin/mftf @@ -29,7 +29,7 @@ try { try { $application = new Symfony\Component\Console\Application(); $application->setName('Magento Functional Testing Framework CLI'); - $application->setVersion('2.4.1'); + $application->setVersion('2.4.2'); /** @var \Magento\FunctionalTestingFramework\Console\CommandListInterface $commandList */ $commandList = new \Magento\FunctionalTestingFramework\Console\CommandList; foreach ($commandList->getCommands() as $command) { diff --git a/composer.json b/composer.json index 126fa3101..8af401526 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "magento/magento2-functional-testing-framework", "description": "Magento2 Functional Testing Framework", "type": "library", - "version": "2.4.1", + "version": "2.4.2", "license": "AGPL-3.0", "keywords": ["magento", "automation", "functional", "testing"], "config": { diff --git a/composer.lock b/composer.lock index 7cb40776e..ca4e287fc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1937995160ceef8d4506d847291206f3", + "content-hash": "d5879be29cb6bbe70ce7e4a42828303a", "packages": [ { "name": "allure-framework/allure-codeception",