We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4678e6 commit a8ddcb9Copy full SHA for a8ddcb9
dev/tests/acceptance/RoboFile.php
@@ -36,10 +36,10 @@ function buildProject()
36
/**
37
* Generate all Tests
38
*/
39
- function generateTests()
+ function generateTests($opts = ['config' => null, 'env' => 'chrome'])
40
{
41
require 'tests/functional/_bootstrap.php';
42
- \Magento\FunctionalTestingFramework\Util\TestGenerator::getInstance()->createAllCestFiles();
+ \Magento\FunctionalTestingFramework\Util\TestGenerator::getInstance()->createAllCestFiles($opts['config'], $opts['env']);
43
$this->say("Generate Tests Command Run");
44
}
45
0 commit comments