Skip to content

Commit fdd5ec0

Browse files
committed
MQE-1633: Add API Request To Output for MFTF API Actions
- Updated docblock
1 parent 0dd8840 commit fdd5ec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Magento/FunctionalTestingFramework/Allure/AllureHelper.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ public static function addAttachmentToCurrentStep($data, $caption)
2323
}
2424

2525
/**
26-
* Adds Attachment to the last executed step. Required due to Allure root-step behavior
26+
* Adds Attachment to the last executed step.
27+
* Use this when adding attachments outside of an $I->doSomething() step/context.
2728
* @param mixed $data
2829
* @param string $caption
2930
* @return void

0 commit comments

Comments
 (0)