You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
Magento Functional Testing Framework Changelog
2
2
================================================
3
+
3.0.0 RC3
4
+
---------
5
+
6
+
### Enhancements
7
+
8
+
* Maintainability
9
+
* Added support for Two-Factor Authentication (2FA). [See configure-2fa page for details](./docs/configure-2fa.md)
10
+
* 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)
12
+
* Added new upgrade script to remove unused arguments from action groups.
13
+
* Added unhandledPromptBehavior driver capability for Chrome 75+ support.
14
+
* Removed redundant and unused classes.
15
+
16
+
### Fixes
17
+
18
+
* Fixed issue with custom helper usage in suites.
19
+
* Fixed issue with decryption of secrets during data entity creation.
20
+
* Fixed issue with merging of `array` items in data entity.
0 commit comments