magento2-functional-testing-framework
magento2-functional-testing-framework copied to clipboard
Magento2 Functional Testing Framework
### Preconditions * php 7.4 * mftf version 3.5.1 * magento version 2.4.3 * Selenium driver 3.141.59 with chromium 98.0.4758.9 ### Steps to reproduce I have a test which looks...
CLI command execution in MFTF throws error ### Preconditions 1. Add cli command in MFTF script anywhere inside before/after/inside the script 2. Run the MFTF script which contains any one...
### Preconditions 1. MFTF version 3.5.0 ### Steps to reproduce Trying an ActionGroup like this <actionGroup ref="AlternateAdminLoginActionGroup" stepKey="loginAsAdmin"> <argument name="username" value="{{_ENV.MAGENTO_ADMIN_USERNAME}}"/> <argument name="password" value="{{_CREDS.admin_password}}"/> </actionGroup> ### Expected result 1. Test...
I am trying to install Psalm on top of Magento 2.4.2 with MFTF and am facing dependency incompatibility (package nikic/php-parser) ### Preconditions 1. Magento 2 Open Source 2.4.2 2. Psalm...
### Preconditions 1. M2.4.3-p1 CE 2. PHP7.4 ### Steps to reproduce 1. After done all config following this guide https://devdocs.magento.com/mftf/docs/getting-started.html#set-up-a-standalone-mftf. I Ran **bin/mftf run:test AdminLoginSuccessfulTest** and getting an exception **[PHPUnit\Framework\Exception]...
### Preconditions 1. Used below code in the script ### Steps to reproduce 1. craeted sample catgory and product with the following code 2.generated test 4. runned the mftf script...
### Preconditions 1. Magento 2.3.4 (incl. Vertex) w/ MFTF 2.5.3 (cursory glance suggests issue occurs with `develop` branch) ### Steps to reproduce 1. Modify test VertexAsRegisteredCustomerCheckTaxWhenFlexibleFieldIsSentForEcoProducts to not after step...
### Steps to reproduce 1. Try to install the latest version of magento/magento2-functional-testing-framework with the same feature set across multiple versions of Magento ### Expected result 1. The latest release...
### Preconditions 1. PHP 7.4.14 2. Magento 2.4-develop 3. selenium-server-standalone: stable 3.141.59 4. MacOS Catalina ### Steps to reproduce 1. Follow the MFTF setup instructions all the way up to...
Deprecated: preg_match_all(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/workspace/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Util/TestGenerator.php on line 2104