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
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,23 @@
1
1
Magento Functional Testing Framework Changelog
2
2
================================================
3
3
4
+
1.1.0
5
+
-----
6
+
7
+
### Added
8
+
* Added the `CUSTOM_MODULE_PATHS` env variable. This can be used to target paths, such as extensions, that are outside of the Magento directory for test generation.
9
+
10
+
### Changed
11
+
* The `waitForPageLoad` action will no longer close admin notification modals. These notifications can be closed with the `closeAdminNotification` action.
12
+
13
+
### Removed
14
+
* Removed the `returnVariable` attribute from all actions. Instead, the variable name will be the same as the `stepKey` for the action that it originated from.
15
+
* Removed the `variable` attribute from all actions. Variables can now be referenced via the php style syntax `{$stepKeyHere}`
16
+
17
+
### Fixed
18
+
* Fixed a crash that could occur if a system level variable collided names with the .env file.
19
+
* Fixed incorrect generation of the `unselectOption` when a `parameterArray` attribute is used.
0 commit comments