Package Exports
- allure-commandline/dist/bin/allure
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (allure-commandline) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Allure Commandline
NPM wrapper around allure-commandline
Allure Commandline is a tool to generate Allure report from test results. Now you can get it installed directly from NPM.
Install
- Allure requires Java 7 or higher
npm install -g allure-commandline --save-dev
Usage
allure <command> [<args>]Run allure help for list of supported commands
Development
Allure package should be downloaded from external storage. Repository content doesn't have actual code.
- Download Allure-commandline package:
./fetch-sources <version> - Pubslish result to NPM:
npm publish