Closed julien-sudraud-smile closed 4 years ago
Hello team,
do you have an update on this topic ?
Regards, Julien.
Hello, this is probably some Composer issue. Please try the next steps:
composer req --no-update magento/magento2-functional-testing-framework
composer update
Indeed it works for both case :
composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition . --ignore-platform-reqs
composer req --no-update magento/magento-cloud-metapackage
composer update
git clone https://github.com/magento/magento-cloud.git
composer req --no-update magento/magento2-functional-testing-framework
composer update
So it resolved the issue, Thanks a lot :)
Hi team,
Issue Description:
I try to install magento 2.4.0 with magneto-cloud package to handle a docker stack and MFTF to handle functionnal testing. It results to a composer incompatibility issue.
Steps to reproduce:
Case 1:
Install the 2.4.0 EE with MFTF included by composer
composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition . --ignore-platform-reqs
Then add the cloud metapackage
composer req magento/magento-cloud-metapackage
Case 2:
Clone magento cloud project : include magento 2.4.0 EE
git clone https://github.com/magento/magento-cloud.git
Add MFTF :
composer req magento/magento2-functional-testing-framework
Actual Results:
Case 1:
Case 2:
Expected Results:
No error on second part of the install with composer require
Best regards, Julien.