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
* Fixed an issue where `magentoCli` would treat `argument="0"` as a null value.
17
-
* Fixed an issue where `amOnPage` and `waitForPwaElementVisible` would not utilize the `timeout` attribute correctly.
17
+
* Fixed an issue where `amOnPage` and `waitForPwaElementVisible` would not utilize the `timeout` attribute correctly when MagentoPwaWebDriver is enabled.
18
18
* Fixed an issue where invalid XML characters would cause Allure to throw an exception without a resulting report.
19
19
* Fixed `codeception.dist.yml` configuration for keeping previous test run results.
20
-
* PHP Notices are no longer thrown then XML is missing non-necessary attributes.
20
+
* PHP Notices are no longer thrown when XML is missing non-necessary attributes.
21
21
* Removed unusable `fillSecretField` action from schema.
22
22
23
23
### GitHub Issues/Pull requests:
24
24
*[#338](https://github.com/magento/magento2-functional-testing-framework/pull/338) -- Return exit codes of process started by 'run:test', 'run:group' or 'run:failed' command
25
25
*[#333](https://github.com/magento/magento2-functional-testing-framework/pull/333) -- Added Nginx specific settings to getting started doc
26
+
*[#332](https://github.com/magento/magento2-functional-testing-framework/pull/332) -- executeInSelenium action does not generate proper code
26
27
*[#318](https://github.com/magento/magento2-functional-testing-framework/pull/318) -- Reduce cyclomatic complexity in Problem Methods
28
+
*[#287](https://github.com/magento/magento2-functional-testing-framework/pull/287) -- Update requirements to include php7.3 support
0 commit comments