Questions tagged [mftf]
Questions related to the Magento Functional Testing Framework. Use this tag to distinguish from other testing methods in Magento 2.
35 questions
0 votes
0 answers
111 views
vendor/bin/mftf generate:tests AdminLoginSuccessfulTest error
I am facing the issue with MFTF testing. I want to submit my custom shipping module to marketplace but I got the error MFTF Adobe Commerce Supplied fail. how to test to my module and how to resolve ...
1 vote
0 answers
94 views
Magento 2.4.5 - p1 Getting error while executing MFTF testing with codecept using PHPStorm on XAMPP local
If anyone have idea then please share with me about codecept to execute MFTF I am getting below error PHP Fatal error: Uncaught Error: Undefined constant "Magento\FunctionalTestingFramework\...
2 votes
1 answer
477 views
How to create MFTF Testing for custom module in Magento 2.4.5
I have studied the MFTF documentation to create and test the custom module before submitting the extension to Magento Marketplace But it is difficult to understand how it works. Can you help me with ...
0 votes
0 answers
273 views
Install MFTF Automation testing in Magento Version 2.4
I am trying to install MFTF automation testing in Magento's latest version 2.4. I am following the Magento basic documentation. In the Magento root directory, I run the command vendor/bin/mftf build: ...
3 votes
0 answers
226 views
How to create MFTF testing for custom module in magento 2.4.3-p1
Does marketplace add custom extension mftf (Magento Functional Testing Framework) fail how to solve this issue? Marketplace issue report : https://prnt.sc/22quodr ...
1 vote
1 answer
99 views
MFTF Custom Helper get stepKey variable value
I'm trying to write a Custom Helper, according to https://devdocs.magento.com/mftf/docs/custom-helpers.html To perform Tax Calculations and return a Fee. According to documentation you can return a ...
1 vote
0 answers
85 views
How to Perform MFTF test to Custom Module before submit to Marketplace in Magento 2
I have go through the MFTF documentation to create and test the custom module before submitting the extension to Magento Marketplace. But this is difficult to understand to work on it. Can some one ...
0 votes
0 answers
86 views
Configure MFTF in Magento 2
I have gone thruogh the Magnto doc for MFTF but not getting proper setup.Can any one help me on this.