0.0.5 • Published 8 years ago

wdio-debug-service v0.0.5

Weekly downloads
44
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago