-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MFTF: Lack of information on API failure (eg. <createEntity>) #544
Comments
My findings: MFTF uses incorrectly the PHPUnit hooks. When _before hook fails, the failure is not being reported. Even then - _after hook is being called. I'll design the architectural change to address the issue and avoid using hooks, just to let perform rollback of created nodes. |
@lbajsarowicz Thank you for reporting this issue! |
I tried with the latest |
I've made the first step - Save Request object even if API call failed. |
Created JIRA ticket to process this PR: https://jira.corp.magento.com/browse/MQE-2065 |
…information #544 Log Request sent even if Response failed
This feature has been implemented and delivered |
Preconditions
AdminVerifyCustomerAddressStateContainValuesOnceTest
)Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: