Closed kovalevandrew closed 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
Same in Magento CE 2.4.3-p1. could use some assistance here
@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
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.
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?