Skip to content

Commit 656f819

Browse files
authored
Merge pull request #404 from magento/MQE-1657
MQE-1657: Add release to CHANGELOG.MD
2 parents 729369d + cf0bb14 commit 656f819

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
2.4.3
5+
-----
6+
* Customizability
7+
* Use of `_CREDS` has been extended to `<magentoCLI>` and `<createData>` actions
8+
* Traceability
9+
* A Test step is now generated and injected in the allure report when a test is reported as `BROKEN`.
10+
11+
### Fixes
12+
* `static-checks` command now properly returns `1` if any static check failed.
13+
* MFTF Console Printer class correctly utilizes `--steps` and other flags passed directly to `codecept commands`.
14+
* `*source` actions correctly print when using `userInput` or `html` attributes.
15+
* XML Comments should no longer throw an error in parsing when used outside `test/actionGroup`
16+
17+
### GitHub Issues/Pull requests:
18+
* [#703](https://github.com/magento/magento2-functional-testing-framework/pull/403) -- SMALL_CHANGE: Minor change suggested
19+
420
2.4.2
521
-----
622
* Traceability

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

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)