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
* Robo command `generate:tests` now accepts a `--nodes` argument that specifies the number of test manifest files to generate for parallel configuration.
13
+
14
+
### Fixes
15
+
* Data returned by `grab` and `createData` actions can now be used in `<actionGroup>` test steps by their `stepKey` reference.
16
+
* Fixed an issue where `<requiredEntity>` elements inside `<entity>` data xml would overwrite one another when merged.
17
+
* Fixed an issue where `<object>` elements inside `<operation>` metadata xml would overwrite one another when merged.
18
+
* Nested assertion syntax now correctly allows for values passed in to resolve `{{entity.data}}` references.
19
+
* Test action `<selectMultiOption>` now correctly resolves entity references passed in to `filterSelector` and `optionSelector`.
20
+
* The robo command `generate:tests --force` no longer requires a `MAGENTO_BASE_URL` to be defined in the `.env` file.
21
+
* All `feature` and `story` annotations now live under in the method and not class level in output test php.
22
+
* This is to work around a bug with the Allure-Codeception adapter version `1.2.6`, which was a dependency update in MFTF `2.1.0`.
0 commit comments