UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

8 lines 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.debug = void 0; async function debug() { await browser.debug(); } exports.debug = debug; //# sourceMappingURL=debug.js.map