magento / magento2-functional-testing-framework

Magento2 Functional Testing Framework
Other
155 stars 133 forks source link

Can't install MFTF framework #889

Closed kovalevandrew closed 2 years ago

kovalevandrew commented 2 years ago

Steps: install magento EE 2.4.3-p1 composer require magento/magento2-functional-testing-framework

We can't install MFTF framework to magento, it requires guzzlehttp/guzzle ^7.3.0 but in magento itself it locked by version guzzlehttp/guzzle:6.5.5

Can you suggest how we can resolve this?

m2-assistant[bot] commented 2 years ago

Hi @kovalevandrew. 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


Xantios commented 2 years ago

Same in Magento CE 2.4.3-p1. could use some assistance here

kovalevandrew commented 2 years ago

@Xantios Find solution that worked for me

This for magento EE 2.4.3, 2.4.3-p1 composer require magento/magento2-functional-testing-framework:3.5.1 --no-update composer update magento/magento2-functional-testing-framework:3.5.1 --with-dependencies

okolesnyk commented 2 years ago

Hi @kovalevandrew That is the correct solution for Magento 2.4.3 release Please use MFTF 3.5.1 with Magento 2.4.3 releases.