All the Magento Functional Testing Framework should follow Technical Guidelines:
https://devdocs.magento.com/guides/v2.3/coding-standards/technical-guidelines.html#113-functional-testing
vendor/bin/mftf generate:test -fActionGroup suffixTest suffix<page> node in each XML fileIf you rename ActionGroup please try to keep backward compatibility:
ActionGroup/_Deprecated_/previusNameActionGroup.xml file with contents:<actionGroup name="previousName" extends="CurrentNameActionGroup" deprecated="Use CurrentNameActionGroup"/>
this way even if someone calls old Action Group name, he is going to get the notice about deprecation.
Due to some compatibility issues and to make Code Review easier - please do your changes per module. You can find list of checkboxes underneath with list of modules that should be covered. When you start working on specific module, please check the chekbox and add the comment which module you start work. When you finish - edit your commend adding the link to PR.
Once you finished, make sure that vendor/bin/mftf generate:test -f does not return any errors.
Hi @lbajsarowicz. Thank you for your report.
To help us process this issue please make sure that you provided the following information:
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
@magento give me 2.4-develop instance - upcoming 2.4.x release
For more details, please, review the Magento Contributor Assistant documentation.
@lbajsarowicz do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
I'm working on Magento/Indexer, Magento/Backup, Magento/Captcha modules
Hi @lbajsarowicz. Thank you for your report.
The issue has been fixed in magento/magento2#27515 by @konarshankar07 in 2.4-develop branch
Related commit(s):
The fix will be available with the upcoming 2.4.0 release.
Hi @lbajsarowicz. Thank you for your report.
The issue has been fixed in magento/magento2#27515 by @konarshankar07 in 2.4-develop branch
Related commit(s):
The fix will be available with the upcoming 2.4.0 release.
Most helpful comment
I'm working on
Magento/Indexer,Magento/Backup,Magento/Captchamodules