Skip to content

Commit d467837

Browse files
authored
MQE-853: [2.1.1 - Release] Changelog
- added release contents to changelog.
1 parent e19530f commit d467837

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
2.1.1
5+
-----
6+
### Enhancements
7+
* Modularity
8+
* MFTF now supports the existence of tests as composer package dependencies or as living alongside core modules. Supported paths:
9+
* `magento2ce/vendor/[vendor]/[module]/Test/Acceptance`
10+
* `magento2ce/app/code/[vendor]/[module]/Test/Acceptance`
11+
* Maintainability
12+
* 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`.
23+
424
2.1.0
525
-----
626
### Enhancements

0 commit comments

Comments
 (0)