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

@isaac.frontend/testcafe-reporter-allure

Package Overview
Dependencies
Maintainers
8
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@isaac.frontend/testcafe-reporter-allure - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

5

dist/index.js

@@ -473,4 +473,8 @@ 'use strict';

var testDetails = '';
var currentMetadata = new Metadata(meta, true);
if (isSkipped) {
currentTest.status = allureJsCommons.Status.SKIPPED;
if (currentMetadata.otherMeta && currentMetadata.otherMeta.has('skipReason')) {
testMessages = addNewLine(testMessages, currentMetadata.otherMeta.get('skipReason'));
}
}

@@ -508,3 +512,2 @@ else if (hasErrors) {

}
var currentMetadata = new Metadata(meta, true);
if (testRunInfo.unstable) {

@@ -511,0 +514,0 @@ currentMetadata.setFlaky();

56

package.json
{
"name": "@isaac.frontend/testcafe-reporter-allure",
"version": "2.1.0",
"version": "2.2.0",
"author": "ISAAC E-commerce Solutions BV",

@@ -28,3 +28,4 @@ "license": "MIT",

"test": "run-s test:*",
"test:lint": "eslint --ext .js,.ts --ignore-pattern !.* --ignore-path .gitignore . --fix",
"test:lint": "eslint --ext .js,.ts --ignore-pattern !.* --ignore-path .gitignore .",
"test:lint:fix": "eslint --ext .js,.ts --ignore-pattern !.* --ignore-path .gitignore . --fix",
"test:unit": "jest --selectProjects unit",

@@ -39,3 +40,4 @@ "test:e2e": "node tests/runner.js",

"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
"docs:build": "vuepress build docs",
"prepare": "is-ci || husky install"
},

@@ -46,3 +48,3 @@ "files": [

"dependencies": {
"allure-js-commons": "^2.0.0-beta.8",
"allure-js-commons": "2.0.0-beta.8",
"lodash": "^4.17.21",

@@ -53,40 +55,42 @@ "rimraf": "^3.0.2",

"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@rollup/plugin-typescript": "8.2.1",
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@rollup/plugin-typescript": "8.2.5",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/git": "9.0.1",
"@semantic-release/npm": "7.1.3",
"@semantic-release/release-notes-generator": "9.0.3",
"@types/fs-extra": "9.0.12",
"@types/jest": "26.0.24",
"@types/rimraf": "3.0.1",
"@types/jest": "27.0.1",
"@types/rimraf": "3.0.2",
"@types/uuid": "8.3.1",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"allure-commandline": "2.13.8",
"callsite-record": "4.1.3",
"eslint": "7.30.0",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "14.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jest": "24.4.0",
"eslint-plugin-prettier": "4.0.0",
"fs-extra": "10.0.0",
"globby": "11.0.4",
"husky": "7.0.1",
"jest": "27.0.6",
"lint-staged": "11.0.0",
"husky": "7.0.2",
"is-ci": "3.0.0",
"jest": "27.1.1",
"lint-staged": "11.1.2",
"normalize-newline": "3.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.3.2",
"rollup": "2.53.1",
"prettier": "2.4.0",
"rollup": "2.56.3",
"rollup-plugin-typescript2": "0.30.0",
"semantic-release": "17.4.4",
"testcafe": "1.15.0",
"ts-jest": "27.0.3",
"typescript": "4.3.5",
"semantic-release": "17.4.7",
"testcafe": "1.16.0",
"ts-jest": "27.0.5",
"typescript": "4.4.3",
"vuepress": "1.8.2"
}
}
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