Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

allure-commandline

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allure-commandline - npm Package Compare versions

Comparing version 2.0.0-BETA6 to 2.0.0-BETA7

dist/config/allure-cucumber.yml

2

dist/plugins/README.txt

@@ -1,1 +0,1 @@

The directory with Allure plugins. To add the plugin simply unpack plugin to this folder.
The directory with Allure plugins. To add the plugin simply unpack it to this folder.

@@ -6,3 +6,3 @@ {

},
"version": "2.0.0-BETA6",
"version": "2.0.0-BETA7",
"description": "Wrapper to install Allure-commandline via NPM",

@@ -16,3 +16,3 @@ "main": "index.js",

"scripts": {
"test": "./bin/allure version"
"test": "./bin/allure --version"
},

@@ -19,0 +19,0 @@ "repository": "https://github.com/allure-framework/allure-npm.git",

@@ -13,3 +13,3 @@ # Allure Commandline

2. `npm install -g allure-commandline --save-dev`
## Usage

@@ -22,5 +22,20 @@

## Node.js API
You can also call Allure commands from your Node.js code:
```js
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 package should be downloaded from external storage. Repository content doesn't have actual code.
Allure package should be downloaded from external storage. Repository content doesn't have actual code.

@@ -27,0 +42,0 @@ 1. Download Allure-commandline package: `./fetch-sources <version>`

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc