File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,19 @@ Magento Functional Testing Framework Changelog
8
8
* Introduced MFTF helpers ` <helper> ` to create custom actions outside of MFTF.
9
9
* Removed deprecated actions ` <executeSelenium> ` and ` <performOn> ` .
10
10
* 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.
12
13
* Removed support to read test entities from ` <magento>dev/tests/acceptance/tests/functional/Magento/FunctionalTest ` .
13
14
* Removed support for PHP 7.0 and 7.1.
15
+ * Removed file attribute for ` <module> ` in suiteSchema.
14
16
* Traceability
15
17
* Removed ` --debug ` option NONE to disallow ability to turn off schema validation.
16
18
* Notices added for test entity naming convention violations.
17
19
* Metadata file names changed to ` *Meta.xml ` .
18
20
* Readability
19
21
* Support only nested assertion syntax [ See assertions page for details] ( ./docs/test/assertions.md )
20
22
* 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.
22
24
23
25
### Fixes
24
26
* Throw exception during generation when leaving out .url for ` amOnPage ` .
You can’t perform that action at this time.
0 commit comments