UNPKG

@christian-bromann/webdriverio

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

9 lines (8 loc) 182 B
var config = module.exports; config['My tests'] = { rootPath: '../', environment: 'node', // or 'browser' tests: [ 'examples/webdriverjs.with.buster.js' ] };