暂无描述

Nikita Chursin 54d5d710ed license 3 年之前
.circleci 1e29a762fd initial commit 3 年之前
.images 1e29a762fd initial commit 3 年之前
.vscode cee050298a tsling config 3 年之前
bin 1e29a762fd initial commit 3 年之前
messages 454863acce updated messages 3 年之前
src bb0a06d63e renamed npm package, fixed readme 3 年之前
test af6d9937c3 fix test 3 年之前
.editorconfig 1e29a762fd initial commit 3 年之前
.gitignore bb0a06d63e renamed npm package, fixed readme 3 年之前
.prettierignore bb0a06d63e renamed npm package, fixed readme 3 年之前
LICENSE 54d5d710ed license 3 年之前
README.md 0c69eb4081 updated readme 3 年之前
appveyor.yml 1e29a762fd initial commit 3 年之前
jest.config.js 03c87e2817 replaced mocha with jest 3 年之前
package.json bff5474516 v0.1.0 3 年之前
tsconfig.json 59f72ed335 finished initial project configuration 3 年之前
tslint.json bb0a06d63e renamed npm package, fixed readme 3 年之前
yarn.lock 0c8ddb1be0 verifies allure is installed 3 年之前

README.md

SFDX Allure

SFDX plugin to generate Allure reports

Version CircleCI Appveyor CI Codecov Greenkeeper Known Vulnerabilities Downloads/week License

  1. Install SfAllure
  2. sfdx plugins:install @sfcraft/allure

Commands

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

See code: lib/commands/sfcraft/allure/apex/report.js