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
* Replaced the `<loginAsAdmin>` test action with an action group
11
-
* Added the .env file variable `CUSTOM_MODULE_PATHS` which can be used to point to any custom extensions that you may want to write tests against.
10
+
* Replaced the `<loginAsAdmin>` test action with the action group`LoginAsAdmin`.
11
+
* Added the `.env` file variable `CUSTOM_MODULE_PATHS` which can be used to point to any custom extensions that you may want to write tests against.
12
12
* Added the `<page area="..">` property to distinguish between admin and storefront.
13
-
* Added support for `SectionName.elementName` references in any `function` attributes
13
+
* Added support for `SectionName.elementName` references in any `function` attributes.
14
14
* Customizability
15
-
* Changed page objects where `area="admin"` to prepend the `MAGENTO_BACKEND_NAME` value from the .env) file
16
-
* Added support for HTTP requests that do not require authentication
15
+
* Changed page objects where `area="admin"` to prepend the `MAGENTO_BACKEND_NAME` value from the .env file.
16
+
* Added support for HTTP requests that do not require authentication.
17
17
* Readability
18
-
* Renamed `<config>` XML root nodes to match the content they contain, e.g. `<tests>` or `<pages>`
18
+
* Renamed `<config>` XML root nodes to match the content they contain, e.g. `<tests>` or `<pages>`.
19
19
* Renamed all instances of the word *Cest* with *Test*. The *Cest* name will no longer be used in the MFTF project.
20
20
* Maintainability
21
21
* Removed the `returnVariable` property from any test actions that return values. Instead, the `stepKey` property will be used as the name of the variable and be referenced as before.
22
22
23
23
### Fixes
24
-
* Fixed the `unselectOption.parameterArray` property to work as expected
25
-
* Fixed a crash if you had a system environment variable set with the same name as any variable in the `.env` file
24
+
* Fixed the `unselectOption.parameterArray` property to work as expected.
25
+
* Fixed a crash if you had a system environment variable set with the same name as any variable in the `.env` file.
26
26
* Fixed any actions that refer to *CurrentUrl*, such as `<seeInCurrentUrl>`, to now look at the full webdriver address.
27
-
* Fixed the `<waitForPageLoad>` test action to not assume that you always want to dismiss UI notifications
27
+
* Fixed the `<waitForPageLoad>` test action to not assume that you always want to dismiss UI notifications.
0 commit comments