0.0.5 • Published 7 years ago

wdio-debug-service v0.0.5

Weekly downloads
44
License
MIT
Repository
github
Last release
7 years ago

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
0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago