Skip to content

Commit 7b13100

Browse files
authored
Merge pull request #2210 from magento-pangolin/2.3-develop-pangolin
[Pangolin] Deliver changes related to MFTF 2.1.1 release
2 parents 84230b9 + 74904a9 commit 7b13100

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

dev/tests/acceptance/RoboFile.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function buildProject()
4343
* @param array $opts
4444
* @return void
4545
*/
46-
function generateTests($opts = ['config' => null, 'force' => false])
46+
function generateTests($opts = ['config' => null, 'force' => false, 'nodes' => null])
4747
{
4848
$GLOBALS['GENERATE_TESTS'] = true;
4949

@@ -53,7 +53,7 @@ function generateTests($opts = ['config' => null, 'force' => false])
5353
}
5454

5555
require 'tests'. DIRECTORY_SEPARATOR . 'functional' . DIRECTORY_SEPARATOR . '_bootstrap.php';
56-
\Magento\FunctionalTestingFramework\Util\TestGenerator::getInstance()->createAllTestFiles($opts['config']);
56+
\Magento\FunctionalTestingFramework\Util\TestGenerator::getInstance()->createAllTestFiles($opts['config'], $opts['nodes']);
5757
$this->say("Generate Tests Command Run");
5858
}
5959

dev/tests/acceptance/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
19+
"allure-framework/allure-codeception": "~1.2.6",
2020
"codeception/codeception": "~2.3.4",
2121
"consolidation/robo": "^1.0.0",
2222
"symfony/process": ">=2.7 <3.4",
2323
"henrikbjorn/lurker": "^1.2",
24-
"magento/magento2-functional-testing-framework": "~2.1.0",
24+
"magento/magento2-functional-testing-framework": "~2.1.1",
2525
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
2626
"vlucas/phpdotenv": "~2.4"
2727
},

dev/tests/acceptance/composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)