Skip to content

Commit f4cad0b

Browse files
committed
MQE-2023: CHANGELOG.MD and Composer version bump
Updated changelog
1 parent d82e6cf commit f4cad0b

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
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.
12+
* Removed support to read test entities from `<magento>dev/tests/acceptance/tests/functional/Magento/FunctionalTest`.
13+
* Removed support for PHP 7.0 and 7.1.
14+
* Traceability
15+
* Removed `--debug` option NONE to disallow ability to turn off schema validation.
16+
* Notices added for test entity naming convention violations.
17+
* Metadata file names changed to `*Meta.xml`.
18+
* Readability
19+
* Support only nested assertion syntax [See assertions page for details](./docs/test/assertions.md)
20+
* Upgrade scripts added to upgrade tests to MFTF major version requirements. See upgrade instructions below.
21+
* Bumped dependencies to latest possible versions
22+
23+
### Fixes
24+
* Throw exception during generation when leaving out .url for `amOnPage`.
25+
* `request_timeout` and `connection_timeout` added to functional.suite.yml.dist.
26+
* Fixed `ModuleResolver` to resolve test modules moved out of deprecated path.
27+
528
### Upgrade Instructions
629
* Run `bin/mftf reset --hard` to remove old generated configurations.
730
* Run `bin/mftf build:project` to generate new configurations.

0 commit comments

Comments
 (0)