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 0.0.17 to 0.0.18

4

build/reporter.js

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

return __awaiter(this, void 0, void 0, function* () {
const failedTest = this.startedTests[cid].find(({ test: startedTest }) => {
const failedTest = this.startedTests[cid].slice().reverse().find(({ test: startedTest }) => {
return startedTest.title === test.title;

@@ -250,3 +250,3 @@ });

return __awaiter(this, void 0, void 0, function* () {
const failedTest = this.startedTests[cid].find(({ test: startedTest }) => {
const failedTest = this.startedTests[cid].slice().reverse().find(({ test: startedTest }) => {
return startedTest.title === test.title;

@@ -253,0 +253,0 @@ });

@@ -270,3 +270,3 @@ import { EventEmitter } from "events";

public async sendLogToTest({ cid, test, level, message }) {
const failedTest = this.startedTests[cid].find(({test: startedTest}) => {
const failedTest = this.startedTests[cid].slice().reverse().find(({test: startedTest}) => {
return startedTest.title === test.title;

@@ -293,3 +293,3 @@ });

public async sendFileToTest({ cid, test, level, name, content, type = "image/png" }) {
const failedTest = this.startedTests[cid].find(({test: startedTest}) => {
const failedTest = this.startedTests[cid].slice().reverse().find(({test: startedTest}) => {
return startedTest.title === test.title;

@@ -296,0 +296,0 @@ });

{
"name": "wdio-reportportal-reporter",
"version": "0.0.17",
"version": "0.0.18",
"description": "A WebdriverIO plugin. Report results to Report Portal.",

@@ -41,19 +41,19 @@ "main": "build/reporter.js",

"devDependencies": {
"@types/jest": "^23.3.3",
"@types/jest": "^23.3.9",
"jest": "^23.6.0",
"ts-jest": "^23.10.4",
"@types/chai": "4.1.6",
"@types/chai": "4.1.7",
"@types/cucumber": "^4.0.4",
"@types/mocha": "5.2.5",
"@types/webdriverio": "^4.10.4",
"@types/webdriverio": "^4.13.0",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"npm-run-all": "~4.1.0",
"npm-run-all": "~4.1.3",
"rimraf": "^2.6.2",
"wdio-cucumber-framework": "^2.2.7",
"wdio-cucumber-framework": "^2.2.8",
"wdio-mocha-framework": "^0.6.3",
"webdriverio": "^4.12.0",
"webdriverio": "^4.14.0",
"ts-node": "7.0.1",
"tslint": "^5.11.0",
"typescript": "3.1.3"
"typescript": "3.1.6"
},

@@ -60,0 +60,0 @@ "contributors": [

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