Socket
Socket
Sign inDemoInstall

allure-commandline

Package Overview
Dependencies
0
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    allure-commandline

Wrapper to install Allure-commandline via NPM


Version published
Weekly downloads
598K
increased by2.71%
Maintainers
4
Install size
39.5 MB
Created
Weekly downloads
 

Readme

Source

Allure Commandline

downloads npm version

NPM wrapper for Allure Commandline

Allure Report logo

Install

  1. Allure requires Java 8 or higher
  2. 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.

  1. Update package version $ npm version 2.13.0
  2. Download the Allure-commandline package: ./fetch-source
  3. Publish result to NPM: npm publish

FAQs

Last updated on 24 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc