Socket
Socket
Sign inDemoInstall

@rpii/wdio-report-events

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 8.0.1-beta

yarn-error.log

1

lib/wdio-report-events.d.ts
export default class ReportEvents {
constructor();
logMessage(message: string): any;

@@ -3,0 +4,0 @@ logScreenshot(filename: string): any;

export default class ReportEvents {
constructor() {
}
logMessage(message) {

@@ -3,0 +5,0 @@ process.emit('test:log', message);

3

package.json
{
"name": "@rpii/wdio-report-events",
"version": "8.0.0",
"version": "8.0.1-beta",
"description": "Abstracts the event driven messaging to pass screenshots, videos and log data to the report module",
"main": "lib/wdio-report-events",
"types": "lib/wdio-report-events.d.ts",
"type": "module",
"scripts": {

@@ -8,0 +9,0 @@ "clean": "rimraf ./lib",

# @rpii/wdio-report-events
Updated for module compatibility with webdriver 8
### Updated for module compatibility with webdriver 8
Abstracts the event driver messaging to pass screenshots and log data to webdriverio reports

@@ -7,0 +6,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc