-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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 Configuration Issue #1038
Comments
The given path is /var/www/html/dev/tests/acceptance as this is the path in the docker.
And restart the docker. So should the tests directory be synced. when running vendor/bin/mftf locally it has probably no connection with the selenium container if not opened ports. |
Thanks @JesperHerrloff it is worked. After running bin/mftf build:project successfully. I could not run bin/mftf doctor command. Here is error: Note: Frontend and backend url working file in browser Thanks |
Did you enable the path to commands.php in nginx.conf in your project folder? Example below.
|
Description
I have installed Magento 2.4.6-p3 using docker steps under folder /var/www/html/magento246p3/ and I want to use MFTF feature in docker, but bin/mftf build:project command is creating .env and .credential file under /var/www/html/dev/tests/acceptance/, but this file is not creating under this given path.
Also bin/mftf doctor command is not working
Here are my docker container details
Steps To Reproduce
bin/mftf build:project
Alternative MFTF checked below command, but it not worked for me
bin/mftf doctor
This command is not able to use .env and .credential file
I switched to src folder /var/www/html/magento246p3/src and run below command
vendor/bin/mftf doctor
Output:
I have attached my docker and mftf file for refernce.
docker-files.zip
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: