Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
const | ALLURE_CLI 'allure' |
$mtfRoot = dirname(dirname(__FILE__)) | |
const | MTF_BP $mtfRoot |
$allureResultsDir = MTF_BP . '/var/allure-results/' | |
$allureReportDir = MTF_BP . '/var/allure-report/' | |
$allureReportDir = MTF_BP . '/var/allure-report/' |
Definition at line 26 of file generateAllureReport.php.
$allureResultsDir = MTF_BP . '/var/allure-results/' |
Definition at line 24 of file generateAllureReport.php.
$mtfRoot = dirname(dirname(__FILE__)) |
Definition at line 19 of file generateAllureReport.php.
const ALLURE_CLI 'allure' |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.Generate Allure report using Allure Commandline (CLI).
Allure CLI is a Java application so it's available for all platforms. You have to manually install Java 1.7+ before using Allure CLI. Information on how to install Allure CLI can be found at: http://wiki.qatools.ru/display/AL/Allure+Commandline
Definition at line 17 of file generateAllureReport.php.
const MTF_BP $mtfRoot |
Definition at line 21 of file generateAllureReport.php.