Skip to content

Commit 8266748

Browse files
committed
MQE-1969: Updated CHANGELOG.md and bumped MFTF package version
1 parent b552483 commit 8266748

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
4+
2.6.0
5+
-----
6+
7+
* Traceability
8+
* MFTF generated cest files are fully compatible for Codeception `dry-run`.
9+
* Modularity
10+
* `mftf generate:tests` and `mftf run:test` commands now accept suite scoped test names in format `[<suitename:>testname]...`.
11+
* Maintainability
12+
* Support `deprecated` syntax for the following test entities:
13+
* Test
14+
* Action Group
15+
* Data
16+
* Page
17+
* Section
18+
* Section Element
19+
* Suite
20+
21+
See DevDocs for details
22+
* Improved `mftf static-checks` command to allow executing all or specific static checks.
23+
* Added a new static check that checks and reports unused arguments in action groups.
24+
* Customizability
25+
* AWS Secrets Manager is added as an additional credential storage.
26+
* See DevDocs for details
27+
28+
### Fixes
29+
* Fixed missing before, after, failed steps in cest file when generating tests with `--allow-skipped` option.
30+
* Fixed suites and tests display issue in Allure `Suites` page after `mftf run:group` command.
31+
* `createData` action now shows a meaningful error message at runtime when the entity does not exist.
32+
33+
### GitHub Issues/Pull requests:
34+
* [#537](https://github.com/magento/magento2-functional-testing-framework/pull/537) -- Refactor of TestGenerator class
35+
* [#538](https://github.com/magento/magento2-functional-testing-framework/pull/538) -- FEATURE: <magentoCron> command to execute Cron Jobs
36+
337
2.5.4
438
-----
539
[Demo Video](https://www.youtube.com/watch?v=tguvkw1HWKg)

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.4",
5+
"version": "2.6.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

composer.lock

Lines changed: 2 additions & 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)