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

jasmine-allure-reporter

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasmine-allure-reporter - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

21

package.json
{
"name": "jasmine-allure-reporter",
"version": "1.0.1",
"version": "1.0.2",
"description": "Allure Framework reporter to Jasmine and its derivatives (Protractor)",

@@ -19,19 +19,16 @@ "license": "ISC",

"scripts": {
"test": "node_modules/.bin/jasmine JASMINE_CONFIG_PATH=test/jasmine.json",
"manual": "node_modules/protractor/bin/protractor ./test/system/conf.js"
"test": "jasmine JASMINE_CONFIG_PATH=test/jasmine.json",
"prereport": "rm -rf allure-results",
"report": "protractor ./test/system/conf.js || echo 'ok'",
"postreport": "allure serve allure-results"
},
"dependencies": {
"allure-js-commons": "1.1.6"
"allure-js-commons": "^1.3.1"
},
"devDependencies": {
"protractor": "2.1.0",
"jasmine": "2.3.1",
"jasmine-core": "2.3.0",
"karma": "0.12",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "0.1.4",
"karma-jasmine": "0.3.5",
"karma-phantomjs-launcher": "0.1.4",
"allure-commandline": "^2.3.5",
"jasmine": "2.8.0",
"protractor": "5.1.2",
"random-strings": "0.0.1"
}
}

@@ -57,3 +57,3 @@ var Allure = require('allure-js-commons');

return {
message: 'This test has not been implemented yet',
message: result.pendingReason,
stack: ''

@@ -60,0 +60,0 @@ };

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