Skip to content

Commit debda26

Browse files
committed
MQE-1964: MFTF Helper - Implementation
1 parent 1f59783 commit debda26

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,12 @@ public function generateStepsPhp($actionObjects, $generationScope = TestGenerato
832832
);
833833
}
834834
}
835-
835+
$testSteps .= sprintf(
836+
"\t\t$%s->comment('[%s] %s()');" . PHP_EOL,
837+
$actor,
838+
$stepKey,
839+
$customActionAttributes['class'] . '::' . $customActionAttributes['method']
840+
);
836841
$testSteps .= $this->wrapFunctionCall($actor, $actionObject, $arguments);
837842
break;
838843
case "createData":

0 commit comments

Comments
 (0)