Christos Constantinou
Christos Constantinou
egpu.io will have the answers
This also happens with ```run:group groupname -r```
I had the same problem, solved it by manually deleting a previously generated test suite file before re-running build:project. The file was located under: vendor/magento/magento2-functional-testing-framework//src/Magento/FunctionalTestingFramework/Group/
Not sure if this is related, but if 2 tests run in parallel, and one finishes before the other, then the one that is still running crashes immediately with: ```...
@jilu1 this issue happened at the initial MFTF setup phase before any tests were implemented, so no no AWS or _CREDS were used anywhere. It seems like a step is...
@sebastian-ehrling its been a while and can't remember but try creating an empty dev/tests/acceptance/.credentials file
@aguigan-stripe please **do not** merge this PR, it replaces the latest version of the module with 3.5.16 and reverts to the old changelog
The only correct use case for adjustment fees and adjustment refunds, is when you would like to change the live refund amount based on a previous customer balance. In Adobe...
Good for merge
@ihor-sviziev Magento 2.4.8 has the same issue, the controller was changed to: `class Cancel extends View implements HttpPostActionInterface` however when you click Cancel in the invoice admin page, a GET...