wdio-debug-service
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

wdio-debug-service

WebDriverIO service to enable debugging mode on a specific port

Installation

npm install wdio-debug-service --save

Usage

config.js

exports.config = {
	services: ['debug']
};

Options

{
	debugOptions: {
		port: 6666
	}
}

The 6666 port is used by default.

CLI

wdio wdio.config.js --debug

Package Sidebar

Install

npm i wdio-debug-service

Weekly Downloads

84

Version

0.0.5

License

MIT

Last publish

Collaborators

  • monolithed