Skip to content

Commit a658cd4

Browse files
committed
MQE-2023: CHANGELOG.MD and Composer version bump
Changelog updates
1 parent f4cad0b commit a658cd4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,19 @@ Magento Functional Testing Framework Changelog
88
* Introduced MFTF helpers `<helper>` to create custom actions outside of MFTF.
99
* Removed deprecated actions `<executeSelenium>` and `<performOn>`.
1010
* Maintainability
11-
* Schema updates for test entities to only allow single entity per file.
11+
* Schema updates for test entities to only allow single entity per file except Data and Metadata.
12+
* Support for sub-folders in test modules.
1213
* Removed support to read test entities from `<magento>dev/tests/acceptance/tests/functional/Magento/FunctionalTest`.
1314
* Removed support for PHP 7.0 and 7.1.
15+
* Removed file attribute for `<module>` in suiteSchema.
1416
* Traceability
1517
* Removed `--debug` option NONE to disallow ability to turn off schema validation.
1618
* Notices added for test entity naming convention violations.
1719
* Metadata file names changed to `*Meta.xml`.
1820
* Readability
1921
* Support only nested assertion syntax [See assertions page for details](./docs/test/assertions.md)
2022
* Upgrade scripts added to upgrade tests to MFTF major version requirements. See upgrade instructions below.
21-
* Bumped dependencies to latest possible versions
23+
* Bumped dependencies to latest possible versions.
2224

2325
### Fixes
2426
* Throw exception during generation when leaving out .url for `amOnPage`.

0 commit comments

Comments
 (0)