magento2-functional-testing-framework icon indicating copy to clipboard operation
magento2-functional-testing-framework copied to clipboard

Magento2 Functional Testing Framework

Results 44 magento2-functional-testing-framework issues
Sort by recently updated
recently updated
newest added

### Preconditions 1. Magento 2.4.6 2. Magento Functional Testing Framework CLI 4.3.4 3. PHP 8.1 ### Steps to reproduce 1. sudo vendor/bin/mftf run:test AdminQuickCheckoutSalesOrderCreateTest --remove ### Expected result 1. Test...

### Preconditions 1. Be on v4.2.1 ### Steps to reproduce 1. Run `vendor/bin/mftf upgrade:tests` ### Expected result Tests get upgrade ### Actual result Fatal error: ``` Fatal error: Uncaught Error:...

ModuleResolver should use MftfGlobals::getWebApiBaseUrl() ### Description ### Fixed Issues (if relevant) 1. magento/magento2-functional-testing-framework#: Issue title 2. ... ### Contribution checklist - [ ] Pull request has a meaningful description of...

MagentoWebDriverDoctor uses wrong variables for webdriver_proxy definition. ### Description Fixed variable names in MagentoWebDriverDoctor ### Fixed Issues (if relevant) 1. magento/magento2-functional-testing-framework#877: mftf doctor produces php notices because of missed variables2....

### Preconditions 1. Magento version 2.4.6 2. php 8.2 ### Steps to reproduce 1. while executing the script, getting below error 2. [Magento\FunctionalTestingFramework\Exceptions\TestReferenceException] Entity with a CreateDataKey of createCustomer could...

currently, there is a requirement in composer.json for: "symfony/http-foundation": "^5.0", that version of http-foundation does not list PHP >=8 as a requirement. This version should be updated to "symfony/http-foundation": "^6.0"...

We have started noticing failures in our test suite about a week ago, with no changes on our side. After investigation, we found the problem to have been caused by...

### Preconditions 1. Magento CE 2.4.6-beta3 2. PHP 8.2 3. allure-framework/allure-php-api: 1.4.0 4. jms/serializer: 3.19.0 or above 5. doctrine/annotations: 2.0 or above (this was released 2 weeks ago and is...

I need to chrome browser capabilities to chrome webdriver for testing .How I can do this in MFTF ?

### Preconditions 1. PHP 7.4.10 2. Magento CE 2.4.1 3. Magento Functional Testing Framework CLI 3.2.1 ### Steps to reproduce 1. Build MFTF: `vendor/bin/mftf build:project`. 2. Set up dev/tests/acceptance/.env file....

acknowledged
cannot reproduce