diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b6f857d..c0a74be6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Magento Functional Testing Framework Changelog ================================================ +2.4.3 +----- +* Customizability + * Use of `_CREDS` has been extended to `` and `` actions +* Traceability + * A Test step is now generated and injected in the allure report when a test is reported as `BROKEN`. + +### Fixes +* `static-checks` command now properly returns `1` if any static check failed. +* MFTF Console Printer class correctly utilizes `--steps` and other flags passed directly to `codecept commands`. +* `*source` actions correctly print when using `userInput` or `html` attributes. +* XML Comments should no longer throw an error in parsing when used outside `test/actionGroup` + +### GitHub Issues/Pull requests: +* [#703](https://github.com/magento/magento2-functional-testing-framework/pull/403) -- SMALL_CHANGE: Minor change suggested + 2.4.2 ----- * Traceability diff --git a/bin/mftf b/bin/mftf index b026f33c1..e45835696 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.2'); + $application->setVersion('2.4.3'); /** @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 8af401526..39d206ee8 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.2", + "version": "2.4.3", "license": "AGPL-3.0", "keywords": ["magento", "automation", "functional", "testing"], "config": { diff --git a/composer.lock b/composer.lock index ca4e287fc..7875ec7e1 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": "d5879be29cb6bbe70ce7e4a42828303a", + "content-hash": "8c865770654a7053c62a505c2ca31942", "packages": [ { "name": "allure-framework/allure-codeception",