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
MQE-2097: CHANGELOG.MD and Composer version bump (#687)
* MQE-1957: Entity Deprecation Reference - Static Check
Documentation
* MQE-2097: CHANGELOG.MD and Composer version bump
Updated changelog
* linting
* Linting and grammar
* MQE-2097: CHANGELOG.MD and Composer version bump
doc updates and minor fixes
Co-authored-by: Donald Booth <dobooth@adobe.com>
* Removed delta option from `assertEquals` and `assertNotEquals`.
17
+
* Removed action `pauseExecution` and added `pause`. [See actions page for details](./docs/test/actions.md#pause)
18
+
* Removed action `formatMoney` and added `formatCurrency`. [See actions page for details](./docs/test/actions.md#formatcurrency)
19
+
* Added new static check that checks and reports references to deprecated test entities.
20
+
* Bumped dependencies to support PHP/PHPUnit upgrade.
21
+
22
+
* Traceability
23
+
* Introduced new `.env` configuration `VERBOSE_ARTIFACTS` to toggle saving attachments in Allure. [See configuration page for details](./docs/configuration.md)
24
+
25
+
### Fixes
26
+
27
+
* Fixed issue of resolving arguments of type `entity` in action groups within a custom helper.
28
+
* Fixed reporting issue in output file for `testDependencies` static check.
29
+
* Fixed a bug in `actionGroupArguments` static check when action group filename is missing `ActionGroup`.
30
+
* Fixed issue of running suites under root `_suite` directory in Standalone MFTF.
31
+
3
32
3.0.0 RC1
4
33
---------
5
34
6
35
### Enhancements
36
+
7
37
* Customizability
8
38
* Introduced MFTF helpers `<helper>` to create custom actions outside of MFTF.
9
39
* Removed deprecated actions `<executeSelenium>` and `<performOn>`.
0 commit comments