Skip to content

Commit 4191e71

Browse files
authored
Merge pull request #154 from magento-gl/MQE-1190
MQE-1190: Do not truncate parameters when using MFTF run:test
2 parents 6d5d312 + 019d0fc commit 4191e71

File tree

1 file changed

+1
-1
lines changed
  • src/Magento/FunctionalTestingFramework/Codeception/Subscriber

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Codeception/Subscriber/Console.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ private function printStepKeys(Step $step)
193193
$stepString = str_replace(
194194
[ActionGroupObject::ACTION_GROUP_CONTEXT_START, ActionGroupObject::ACTION_GROUP_CONTEXT_END],
195195
'',
196-
$step->toString(150)
196+
$step->toString(1000)
197197
);
198198

199199
$msg->append(OutputFormatter::escape($stepString));

0 commit comments

Comments
 (0)