Skip to content

Commit 6deb625

Browse files
authored
Merge pull request #564 from magento/MQE-1969
MQE-1969: Updated CHANGELOG.md and bumped MFTF package version
2 parents b552483 + ac9f32c commit 6deb625

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
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+
* Metadata
17+
* Page
18+
* Section
19+
* Section Element
20+
* See DevDocs for details
21+
* Improved `mftf static-checks` command to allow executing all or specific static checks.
22+
* Added a new static check that checks and reports unused arguments in action groups.
23+
* Customizability
24+
* AWS Secrets Manager has been added as an additional credential storage.
25+
* See DevDocs for details
26+
27+
### Fixes
28+
* Fixed missing before, after, failed steps in cest file when generating tests with `--allow-skipped` option.
29+
* Fixed suites and tests display issue in Allure `Suites` page after `mftf run:group` command.
30+
* `createData` action now shows a meaningful error message at runtime when the entity does not exist.
31+
32+
### GitHub Issues/Pull requests:
33+
* [#537](https://github.com/magento/magento2-functional-testing-framework/pull/537) -- Refactor of TestGenerator class
34+
* [#538](https://github.com/magento/magento2-functional-testing-framework/pull/538) -- FEATURE: <magentoCron> command to execute Cron Jobs
35+
336
2.5.4
437
-----
538
[Demo Video](https://www.youtube.com/watch?v=tguvkw1HWKg)

composer.json

+1-1
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

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)