Nikita Chursin 54d5d710ed license | hace 3 años | |
---|---|---|
.circleci | hace 3 años | |
.images | hace 3 años | |
.vscode | hace 3 años | |
bin | hace 3 años | |
messages | hace 3 años | |
src | hace 3 años | |
test | hace 3 años | |
.editorconfig | hace 3 años | |
.gitignore | hace 3 años | |
.prettierignore | hace 3 años | |
LICENSE | hace 3 años | |
README.md | hace 3 años | |
appveyor.yml | hace 3 años | |
jest.config.js | hace 3 años | |
package.json | hace 3 años | |
tsconfig.json | hace 3 años | |
tslint.json | hace 3 años | |
yarn.lock | hace 3 años |
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