Skip to content

Commit 5a14d65

Browse files
committed
#57: Debug flag exists in robo generate:tests to print action sequence of test steps
1 parent 3d9a92f commit 5a14d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function createAllTestFiles($runConfig = null, $nodes = null, $debug = fa
155155
$this->exportDirectory,
156156
$runConfig
157157
);
158-
$testPhpArray = $this->assembleAllTestPhp($testManifest, $nodes);
158+
$testPhpArray = $this->assembleAllTestPhp($testManifest, $nodes, $debug);
159159

160160
foreach ($testPhpArray as $testPhpFile) {
161161
$this->createCestFile($testPhpFile[1], $testPhpFile[0]);

0 commit comments

Comments
 (0)