Socket
Socket
Sign inDemoInstall

@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.0.0 to 2.1.0

5

dist/index.js

@@ -165,3 +165,3 @@ 'use strict';

var customConfig = loadCustomConfig(defaultReporterConfig.REPORTER_CONFIG_FILE);
var mergedConfig = lodash.defaultsDeep(defaultReporterConfig, customConfig);
var mergedConfig = lodash.defaultsDeep(customConfig, defaultReporterConfig);
return mergedConfig;

@@ -290,2 +290,5 @@ }

// Other variabels have to be added as parameters or links.
// Add default labels for language and framework that could be used by other libraries that parse allure results
test.addLabel('framework', 'TestCafe');
test.addLabel('language', 'typescript/javascript');
// Only the first severity value is loaded.

@@ -292,0 +295,0 @@ if (this.severity) {

2

dist/utils.js

@@ -148,3 +148,3 @@ 'use strict';

var customConfig = loadCustomConfig(defaultReporterConfig.REPORTER_CONFIG_FILE);
var mergedConfig = lodash.defaultsDeep(defaultReporterConfig, customConfig);
var mergedConfig = lodash.defaultsDeep(customConfig, defaultReporterConfig);
return mergedConfig;

@@ -151,0 +151,0 @@ }

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

@@ -27,9 +27,7 @@ "license": "MIT",

"build": "rollup -c",
"test": "npm run test:lint && npm run test:unit && npm run test:e2e",
"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",
"test:unit:watch": "jest --config=jest.config.js --watch",
"test": "run-s test:*",
"test:lint": "eslint --ext .js,.ts --ignore-pattern !.* --ignore-path .gitignore . --fix",
"test:unit": "jest --selectProjects unit",
"test:e2e": "node tests/runner.js",
"test:e2e:allure": "npm run test:e2e && npm run allure",
"test:integration": "jest --selectProjects integration",
"allure": "allure generate ./allure/allure-results --clean -o ./allure/allure-report && allure open ./allure/allure-report",

@@ -53,36 +51,40 @@ "version": "node -v",

"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@rollup/plugin-typescript": "^8.2.1",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@rollup/plugin-typescript": "8.2.1",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/npm": "^7.1.1",
"@semantic-release/release-notes-generator": "^9.0.2",
"@types/jest": "^26.0.23",
"@types/rimraf": "3.0.0",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@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/uuid": "8.3.1",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"allure-commandline": "2.13.8",
"callsite-record": "4.1.3",
"eslint": "^7.25.0",
"eslint": "7.30.0",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"jest": "26.6.3",
"lint-staged": "10.5.4",
"normalize-newline": "^3.0.0",
"prettier": "2.2.1",
"rollup": "^2.46.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",
"fs-extra": "10.0.0",
"globby": "11.0.4",
"husky": "7.0.1",
"jest": "27.0.6",
"lint-staged": "11.0.0",
"normalize-newline": "3.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.3.2",
"rollup": "2.53.1",
"rollup-plugin-typescript2": "0.30.0",
"semantic-release": "^17.4.2",
"testcafe": "^1.14.0",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4",
"semantic-release": "17.4.4",
"testcafe": "1.15.0",
"ts-jest": "27.0.3",
"typescript": "4.3.5",
"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