File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
Magento Functional Testing Framework Changelog
2
2
================================================
3
- 3.0.0
4
- -----
3
+ 3.0.0 RC1
4
+ ---------
5
+
6
+ ### Enhancements
7
+ * Customizability
8
+ * Introduced MFTF helpers ` <helper> ` to create custom actions outside of MFTF.
9
+ * Removed deprecated actions ` <executeSelenium> ` and ` <performOn> ` .
10
+ * Maintainability
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.
13
+ * Removed support to read test entities from ` <magento>dev/tests/acceptance/tests/functional/Magento/FunctionalTest ` .
14
+ * Removed support for PHP 7.0 and 7.1.
15
+ * Removed file attribute for ` <module> ` in suiteSchema.
16
+ * Traceability
17
+ * Removed ` --debug ` option NONE to disallow ability to turn off schema validation.
18
+ * Notices added for test entity naming convention violations.
19
+ * Metadata file names changed to ` *Meta.xml ` .
20
+ * Readability
21
+ * Support only nested assertion syntax [ See assertions page for details] ( ./docs/test/assertions.md )
22
+ * Upgrade scripts added to upgrade tests to MFTF major version requirements. See upgrade instructions below.
23
+ * Bumped dependencies to latest possible versions.
24
+
25
+ ### Fixes
26
+ * Throw exception during generation when leaving out .url for ` amOnPage ` .
27
+ * ` request_timeout ` and ` connection_timeout ` added to functional.suite.yml.dist.
28
+ * Fixed ` ModuleResolver ` to resolve test modules moved out of deprecated path.
29
+
5
30
### Upgrade Instructions
6
31
* Run ` bin/mftf reset --hard ` to remove old generated configurations.
7
32
* Run ` bin/mftf build:project ` to generate new configurations.
You can’t perform that action at this time.
0 commit comments