-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ MFTF ] Mess in ActionGroups: invalid names, multiple nodes. #26331
Comments
Hi @lbajsarowicz. Thank you for your report.
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:
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?
|
Hi @dmytro-ch. Thank you for working on this issue.
|
✅ Confirmed by @dmytro-ch Issue Available: @dmytro-ch, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
When this task is done, another one is ready to be done: magento/magento2-functional-testing-framework#520 |
Hi @lbajsarowicz. Thank you for your report.
The fix will be available with the upcoming 2.4.0 release. |
Hi @lbajsarowicz. Thank you for your report.
The fix will be available with the upcoming 2.4.0 release. |
Summary (*)
Goal of this ticket is to explain Why I put so much effort to cleanup the Magento's Funcionatl Testing Framework:
CTRL + SHIFT + N
and typeAdminLoginActionGroup
)ActionGroup
lazy loading. When you're running even single Test, MFTF traverses all the files of ActionGroups to parse them and build the dependency of necessary files. I want to change that and use the only files that we need.Examples (*)
Report from my tool - for example for Customer module.
Multiple ActionGroups in single file
Inconsistent ActionGroup names
Proposed solution
Currently I work with all the Open Source and Commerce modules to address the issue, as well as to report other issues - like workarounds applied to the tests, that create overhead when it comes to time of execution.
CC: @okolesnyk @dmytro-ch @ihor-sviziev @rogyar @soumyau @nuzil
The text was updated successfully, but these errors were encountered: