Skip to content

Commit dd397ac

Browse files
authored
Merge pull request #649 from magento/MQE-2023
MQE-2023: CHANGELOG.MD and Composer version bump
2 parents d82e6cf + a658cd4 commit dd397ac

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11
Magento Functional Testing Framework Changelog
22
================================================
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+
530
### Upgrade Instructions
631
* Run `bin/mftf reset --hard` to remove old generated configurations.
732
* Run `bin/mftf build:project` to generate new configurations.

0 commit comments

Comments
 (0)