Sen descrición

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

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