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

@wdio/cucumber-framework

Package Overview
Dependencies
Maintainers
3
Versions
370
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/cucumber-framework - npm Package Compare versions

Comparing version 9.0.0-alpha.369 to 9.0.0-alpha.426

LICENSE

1

build/index.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
import { EventEmitter } from 'node:events';

@@ -3,0 +2,0 @@ import type { Capabilities, Options } from '@wdio/types';

@@ -60,6 +60,6 @@ import type { supportCodeLibraryBuilder } from '@cucumber/cucumber';

type: string;
state?: string | null | undefined;
error?: Error | undefined;
duration?: number | undefined;
passed?: boolean | undefined;
state?: TestStepResultStatus | string | null;
error?: Error;
duration?: number;
passed?: boolean;
};

@@ -66,0 +66,0 @@ /**

{
"name": "@wdio/cucumber-framework",
"version": "9.0.0-alpha.369+43868ec82",
"version": "9.0.0-alpha.426+d760644c4",
"description": "A WebdriverIO plugin. Adapter for Cucumber.js testing framework.",

@@ -43,7 +43,7 @@ "author": "Christian Bromann <mail@bromann.dev>",

"@cucumber/gherkin": "28.0.0",
"@cucumber/messages": "24.1.0",
"@cucumber/messages": "25.0.1",
"@types/node": "^20.1.0",
"@wdio/logger": "9.0.0-alpha.369+43868ec82",
"@wdio/types": "9.0.0-alpha.369+43868ec82",
"@wdio/utils": "9.0.0-alpha.369+43868ec82",
"@wdio/logger": "9.0.0-alpha.426+d760644c4",
"@wdio/types": "9.0.0-alpha.426+d760644c4",
"@wdio/utils": "9.0.0-alpha.426+d760644c4",
"glob": "^10.2.2",

@@ -58,3 +58,3 @@ "is-glob": "^4.0.0"

},
"gitHead": "43868ec82075db90009f00bb737f6df0f1744ca6"
"gitHead": "d760644c4c6e1ef910c0bee120cb422e25dbbe06"
}

Sorry, the diff of this file is not supported yet

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