Nurgiel
Nurgiel
### Preconditions 1. PHP 8.2 2. MFTF 4.7.2 Standalone 3. Magento 2.4.7 Latest MFTF version from master branch (https://github.com/magento/magento2-functional-testing-framework/tree/master) doesn't work with Magento 2.4.7, because M2.4.7 uses: ``` ┌──(kali㉿kali)-[~/magento2test] └─$...
### Preconditions 1. PHP8.2 2. latest MFTF Standalone (4.7.2) in /home/kali/mftf 3. 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...
Hello, I'm getting an error when running `vendor/bin/mftf build:project` I also managed to fix it my changing line 89 in vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Console/CleanProjectCommand.php from: `$fileSystem->remove($file);` to `$fileSystem->remove($file->getRealPath());` ### Preconditions 1. PHP 8.1.23...
It would be nice if CSS body { background-color: #fff } would change to a selected color when you click on the big circles in the first section. This way...