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 83c43ff commit 7e8951dCopy full SHA for 7e8951d
dev/tests/acceptance/RoboFile.php
@@ -43,10 +43,10 @@ function buildProject()
43
* @param array $opts
44
* @return void
45
*/
46
- function generateTests($opts = ['config' => null, 'env' => 'chrome'])
+ function generateTests($opts = ['config' => null])
47
{
48
require 'tests'. DIRECTORY_SEPARATOR . 'functional' . DIRECTORY_SEPARATOR . '_bootstrap.php';
49
- \Magento\FunctionalTestingFramework\Util\TestGenerator::getInstance()->createAllCestFiles($opts['config'], $opts['env']);
+ \Magento\FunctionalTestingFramework\Util\TestGenerator::getInstance()->createAllCestFiles($opts['config']);
50
$this->say("Generate Tests Command Run");
51
}
52
0 commit comments