Skip to content

Commit de2a43d

Browse files
authored
Merge pull request #730 from magento/MQE-2153
MQE-2153: CHANGELOG.md updated for 3.0.0-RC4
2 parents 40c29fe + 2c1b8ab commit de2a43d

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
3.0.0 RC4
4+
---------
5+
6+
### Enhancements
7+
8+
* Customizability
9+
* `<group value="skip"/>` no longer skips a test. Instead, the test is added to the `skip` group.
10+
* Maintainability
11+
* `mftf.log` no longer includes notices and warnings at test execution time.
12+
* Added the Chrome option `--ignore-certificate-errors` to `functional.suite.dist.yml`.
13+
* Traceability
14+
* Changed the `bin/mftf static-checks` error file directory from the current working directory to `TESTS_BP/tests/_output/static-results/`.
15+
* Readability
16+
* Documented [3.0.0 Backward Incompatible Changes.](./docs/backward-incompatible-changes.md)
17+
18+
### Fixes
19+
20+
* Fixed issue where an extended data entity would not merge array items. Array items should merge properly now.
21+
322
3.0.0 RC3
423
---------
524

@@ -8,7 +27,7 @@ Magento Functional Testing Framework Changelog
827
* Maintainability
928
* Added support for Two-Factor Authentication (2FA). [See configure-2fa page for details](./docs/configure-2fa.md)
1029
* Added new static check `annotationsCheck` that checks and reports missing annotations in tests.
11-
* Updated `mftf static-checks` command to allow executing static-checks defined in `staticRuleSet.json` by default. [See command page for details](./docs/commands/mftf.md#static-checks)
30+
* Updated `bin/mftf static-checks` command to allow executing static-checks defined in `staticRuleSet.json` by default. [See command page for details](./docs/commands/mftf.md#static-checks)
1231
* Added new upgrade script to remove unused arguments from action groups.
1332
* Added unhandledPromptBehavior driver capability for Chrome 75+ support.
1433
* Removed redundant and unused classes.

0 commit comments

Comments
 (0)