Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

wdio-debug-service

monolithed528MIT0.0.5TypeScript support: included

WebDriverIO service to enable debugging mode on a specific port

webdriver, webdriverio, debug

readme

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