UNPKG

@christian-bromann/webdriverio

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

12 lines (10 loc) 249 B
var ROOT = __dirname + '/../..' exports.config = { host: '172.168.0.1', port: 4445, specs: [ROOT + '/test/spec/unit/*'], exclude: [ROOT + '/test/spec/unit/configparser.js'], capabilities: { browserName: 'chrome' } }