-
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: Acceptance tests break the naming convention #27503
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?
|
I'm working on |
…ion (Indexer + Backup) #27515
…op daily delivery Accepted Community Pull Requests: - #27964: Deprecate AbstractAction and it's public methods (by @lbajsarowicz) - #27976: Can not create a subfolder with the same name as the main folder (by @engcom-Charlie) - #27515: #27503 : MFTF: Acceptance tests break the naming convention (Indexer + Backup) (by @konarshankar07) - #27994: Refactoring of the plugin responsible for the image/directory delete functionality + adjust tests (by @coderimus) - #26886: comments & validation added in cookie configuration (by @ajithkumar-maragathavel) - #27955: compliance to StorefrontMinicartSection (by @engcom-Echo)
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. |
Preconditions (*)
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
Steps to reproduce (*)
vendor/bin/mftf generate:test -f
Expected result (*)
Actual result (*)
Contribution
TODO
ActionGroup
suffixTest
suffix<page>
node in each XML fileBackward compatibility
If you rename ActionGroup please try to keep backward compatibility:
ActionGroup/_Deprecated_/previusNameActionGroup.xml
file with contents:this way even if someone calls old Action Group name, he is going to get the notice about deprecation.
Modules
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.Open Source
The text was updated successfully, but these errors were encountered: