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

@wdio/allure-reporter

Package Overview
Dependencies
Maintainers
3
Versions
317
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/allure-reporter - npm Package Compare versions

Comparing version 8.16.17 to 8.16.22

4

build/common/api.js

@@ -214,5 +214,3 @@ import { Status, AllureCommandStepExecutable } from 'allure-js-commons';

const runningStep = new AllureCommandStepExecutable(name);
// looks complicated due to https://github.com/allure-framework/allure-js/commit/ce9a6f986d32a079b7f60c9f77a7d90f01d9a9f2#r110599261
const result = await new Promise((resolve) => runningStep.run(body, async (result) => resolve(result)));
tellReporter(events.addAllureStep, result);
await runningStep.run(body, async (message) => tellReporter(events.addAllureStep, message));
}

@@ -219,0 +217,0 @@ export default {

@@ -238,5 +238,3 @@ "use strict";

const runningStep = new allure_js_commons_1.AllureCommandStepExecutable(name);
// looks complicated due to https://github.com/allure-framework/allure-js/commit/ce9a6f986d32a079b7f60c9f77a7d90f01d9a9f2#r110599261
const result = await new Promise((resolve) => runningStep.run(body, async (result) => resolve(result)));
tellReporter(constants_js_1.events.addAllureStep, result);
await runningStep.run(body, async (message) => tellReporter(constants_js_1.events.addAllureStep, message));
}

@@ -243,0 +241,0 @@ exports.step = step;

{
"name": "@wdio/allure-reporter",
"version": "8.16.17",
"version": "8.16.22",
"description": "A WebdriverIO reporter plugin to create Allure Test Reports",

@@ -43,4 +43,4 @@ "author": "Boris Osipov <osipov.boris@gmail.com>",

"@types/node": "^20.1.0",
"@wdio/reporter": "8.16.17",
"@wdio/types": "8.16.12",
"@wdio/reporter": "8.16.22",
"@wdio/types": "8.16.22",
"allure-js-commons": "^2.5.0",

@@ -53,3 +53,3 @@ "csv-stringify": "^6.0.4",

},
"gitHead": "5bb4539c96e11a7ece83630b30c0a54903b55c0e"
"gitHead": "54b6b1723b012e6792941199a325aaea8ebe7356"
}

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