Nikita Chursin 54d5d710ed license | 3 éve | |
---|---|---|
.circleci | 3 éve | |
.images | 3 éve | |
.vscode | 3 éve | |
bin | 3 éve | |
messages | 3 éve | |
src | 3 éve | |
test | 3 éve | |
.editorconfig | 3 éve | |
.gitignore | 3 éve | |
.prettierignore | 3 éve | |
LICENSE | 3 éve | |
README.md | 3 éve | |
appveyor.yml | 3 éve | |
jest.config.js | 3 éve | |
package.json | 3 éve | |
tsconfig.json | 3 éve | |
tslint.json | 3 éve | |
yarn.lock | 3 éve |
SFDX plugin to generate Allure reports
sfdx plugins:install @sfcraft/allure
sfdx sfcraft:allure:apex:report -i <string> [-o <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
Generates allure report from Apex test run
Generates allure report from Apex test run
USAGE
$ sfdx sfcraft:allure:apex:report -i <string> [-o <string>] [--json] [--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
OPTIONS
-i, --testrunid=testrunid (required) the ID of the test run
-o, --outputdir=outputdir [default: sfallure] directory to
store test result files
--json format output as json
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
this command invocation
EXAMPLE
$ sfdx sfcraft:allure:report -i 7070000000001