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
unmodified Magento 2.4.7 in /var/www/html/magento2test
Hello,
I'm getting errors like:
[Magento\FunctionalTestingFramework\Exceptions\TestFrameworkException]
Make sure cest files are generated before running bin/mftf codecept:run
Class `Group\AppConfigDumpSuite` is not defined. Autoload it or include into '_bootstrap.php' file of 'tests' directory
Exception trace:
at /home/kali/mftf/src/Magento/FunctionalTestingFramework/Console/CodeceptRunCommand.php:50
Magento\FunctionalTestingFramework\Console\CodeceptRunCommand->execute() at /home/kali/mftf/vendor/symfony/console/Command/Command.php:326
I can see /var/www/html/magento2test/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Group/AppConfigDumpSuite.php was generated in the magento2test project vendor folder.
When I search for "AppConfigDump" it in ~/mftf then I see what's on the screenshot below.
Any ideas how can I fix this autoload issue?
The text was updated successfully, but these errors were encountered:
Hi @Nurgiel. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
Preconditions
Hello,
I'm getting errors like:
whenever I run a test that uses a custom helper.
I can run any tests that don't use Helpers.
My /home/kali/mftf/dev/.env looks like:
I can see
/var/www/html/magento2test/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Group/AppConfigDumpSuite.php
was generated in the magento2test project vendor folder.When I search for "AppConfigDump" it in ~/mftf then I see what's on the screenshot below.
Any ideas how can I fix this autoload issue?
The text was updated successfully, but these errors were encountered: