Skip to content

Commit 55461db

Browse files
committed
MQE-623: Changelog.md - MFTF 1.1.0
1 parent 8943a4c commit 55461db

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

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

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.
20+
421
1.0.0
522
------
623

@@ -26,4 +43,4 @@ Magento Functional Testing Framework Changelog
2643
### Known issues
2744

2845
* Support for Firefox is currently incomplete. This will be resolved to support Firefox 57 (Quantum) and latest Gecko driver in next minor release.
29-
* `MAGENTO_BASE_URL` in _.env_ file must have `/` at the end. Example: http://magento.com/
46+
* `MAGENTO_BASE_URL` in _.env_ file must have `/` at the end. Example: http://magento.com/

0 commit comments

Comments
 (0)