allure-commandline

js Styles
Wrapper to install Allure-commandline via NPM
Version 2.34.0 License Apache-2.0
INSTALL
Type:
Version:
- Static
- Latest Patch
- Latest Minor
- Latest Major
- 2.34.0
- 2.33.0
- 2.32.2
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.1
- 2.24.0
- 2.23.1
- 2.23.0
- 2.22.4
- 2.22.3
- 2.22.2
- 2.22.1
- 2.22.0
- 2.21.0
- 2.20.1
- 2.20.0
- 2.19.0
- 2.18.1
- 2.17.2
- 2.17.1
- 2.17.0
- 2.16.1
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.9
- 2.13.8
- 2.13.0
- 2.12.1
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.1
- 2.8.0
- 2.7.0
- 2.5.0
- 2.4.1
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.2.1
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.5.0
- 1.4.23
- 1.4.22
- 1.4.20
- 1.4.19
- 1.4.18
- 1.0.0
- 2.0.0-BETA7
- 2.0.0-BETA6
- 1.4.22-1
Allure Commandline
NPM wrapper for Allure Commandline
- Learn more about Allure Report at https://allurereport.org
- 📚 Documentation – discover official documentation for Allure Report
- ❓ Questions and Support – get help from the team and community
- 📢 Official announcements – stay updated with our latest news and updates
- 💬 General Discussion – engage in casual conversations, share insights and ideas with the community
- 🖥️ Live Demo — explore a live example of Allure Report in action
Install
- Allure requires Java 8 or higher
npm install -g allure-commandline --save-dev
Usage
allure <command> [<args>]
Run allure help
for a list of supported commands.
Node.js API
You can also call Allure commands from your Node.js code:
var allure = require('allure-commandline');
// returns ChildProcess instance
var generation = allure(['generate', 'allure-results']);
generation.on('exit', function(exitCode) {
console.log('Generation is finished with code:', exitCode);
});
Development
Allure packages should be downloaded from external storage. Repository content doesn't have actual code.
- Update package version
$ npm version 2.13.0
- Download the Allure-commandline package:
./fetch-source
- Publish result to NPM:
npm publish