Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
buildProject () | |
generateTests (array $tests, $opts=[ 'config'=> null, 'force'=> false, 'nodes'=> null, 'lines'=> null, 'tests'=> null]) | |
generateSuite (array $args) | |
group (array $args) | |
allure1Generate () | |
allure2Generate () | |
allure1Open () | |
allure2Open () | |
allure1Report () | |
allure2Report () | |
This is project's console commands configuration for Robo task runner.
@codingStandardsIgnoreStart
Definition at line 14 of file RoboFile.php.
allure1Generate | ( | ) |
Generate the HTML for the Allure report based on the Test XML output - Allure v1.4.X
Definition at line 96 of file RoboFile.php.
allure1Open | ( | ) |
Open the HTML Allure report - Allure v1.4.X
Definition at line 116 of file RoboFile.php.
allure1Report | ( | ) |
Generate and open the HTML Allure report - Allure v1.4.X
Definition at line 136 of file RoboFile.php.
allure2Generate | ( | ) |
Generate the HTML for the Allure report based on the Test XML output - Allure v2.3.X
Definition at line 106 of file RoboFile.php.
allure2Open | ( | ) |
Open the HTML Allure report - Allure v2.3.X
Definition at line 126 of file RoboFile.php.
allure2Report | ( | ) |
Generate and open the HTML Allure report - Allure v2.3.X
Definition at line 152 of file RoboFile.php.
buildProject | ( | ) |
Duplicate the Example configuration files for the Project. Build the Codeception project.
Definition at line 24 of file RoboFile.php.
generateSuite | ( | array | $args | ) |
Generate a suite based on name(s) passed in as args.
array | $args |
Exception |
Definition at line 69 of file RoboFile.php.
generateTests | ( | array | $tests, |
$opts = [ 'config' = , |
|||
null | , | ||
'force' | , | ||
false | , | ||
'nodes' | , | ||
null | , | ||
'lines' | , | ||
null | , | ||
'tests' | , | ||
null] | |||
) |
Generate all Tests in PHP OR Generate set of tests via passing array of tests
array | $tests | |
array | $opts |
Definition at line 36 of file RoboFile.php.
group | ( | array | $args | ) |
Run all Tests with the specified @group tag'.
array | $args |
Definition at line 84 of file RoboFile.php.