New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wdio-reportportal-reporter

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-reportportal-reporter - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

2

build/entities.js

@@ -13,3 +13,3 @@ "use strict";

}
addTagsToTest() {
addTags() {
const tags = utils_1.parseTags(this.name);

@@ -16,0 +16,0 @@ if (tags.length > 0) {

"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());

@@ -54,2 +55,5 @@ });

}
if (this.options.parseTagsFromTestTitle) {
suiteStartObj.addTags();
}
suiteStartObj.description = this.sanitizedCapabilities;

@@ -76,3 +80,3 @@ const { tempId, promise } = this.client.startTestItem(suiteStartObj, this.tempLaunchId, parentId);

if (this.options.parseTagsFromTestTitle) {
testStartObj.addTagsToTest();
testStartObj.addTags();
}

@@ -79,0 +83,0 @@ utils_1.addBrowserParam(this.sanitizedCapabilities, testStartObj);

@@ -19,3 +19,3 @@ import {STATUS, TYPE} from "./constants";

public addTagsToTest() {
public addTags() {
const tags = parseTags(this.name);

@@ -22,0 +22,0 @@ if (tags.length > 0) {

@@ -63,2 +63,5 @@ import logger from "@wdio/logger";

}
if (this.options.parseTagsFromTestTitle) {
suiteStartObj.addTags();
}
suiteStartObj.description = this.sanitizedCapabilities;

@@ -91,3 +94,3 @@ const {tempId, promise} = this.client.startTestItem(

if (this.options.parseTagsFromTestTitle) {
testStartObj.addTagsToTest();
testStartObj.addTags();
}

@@ -94,0 +97,0 @@ addBrowserParam(this.sanitizedCapabilities, testStartObj);

{
"name": "wdio-reportportal-reporter",
"version": "5.0.1",
"version": "5.0.2",
"description": "A WebdriverIO v5 plugin. Report results to Report Portal.",

@@ -38,4 +38,4 @@ "main": "build/reporter.js",

"validator": "^10.11.0",
"@wdio/reporter": "^5.7.8",
"@wdio/logger": "^5.8.0",
"@wdio/reporter": "^5.12.1",
"@wdio/logger": "^5.12.1",
"reportportal-js-client": "^1.0.1"

@@ -42,0 +42,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