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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,24 @@
1
1
Magento Functional Testing Framework Changelog
2
2
================================================
3
3
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.
0 commit comments