Skip to content

Commit 9e16bac

Browse files
committed
[2.0.3 - Release] Changelog
- Added 2.0.3 contents to changelog.
1 parent 9495a0a commit 9e16bac

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
2.0.3
5+
-----
6+
### Enhancements
7+
* Readability
8+
* Added the ability to refer to `custom_attribute` data in persisted entities via `key` instead of index.
9+
* ex. `url_key` in category entity: `$category.custom_attributes[3][value]$` and `$category.custom_attributes[url_key]$` are both valid.
10+
* Maintainability
11+
* Added check for duplicate `stepKey` attributes at test generation. This check is scoped to `<testAction>` tags within a single `<test>` tag in a single file.
12+
13+
### Fixes
14+
* Fixed inability to use `<actionGroup>` with `<arguments>` in test hooks.
15+
* Fixed inability to use `0` as data in an entity.
16+
* Fixed an issue where using `<annotation>` tag of `<useCaseId>` would cause test generation failures.
17+
* Fixed an issue where the `<closeAdminNotification>` action could not be used twice in in a `<test>`.
18+
* Fixed an issue where specifying duplicate test actions in test delta's would cause generation errors.
19+
* Fixed an issue where test failure screenshots were being taken at the end of the test hook, as opposed to at the point of failure.
20+
* Operation `metadata` with an `auth` of type `adminFormKey` will now automatically append specified `MAGENTO_BACKEND_NAME` if necessary.
21+
422
2.0.2
523
-----
624

0 commit comments

Comments
 (0)