UNPKG

@christian-bromann/webdriverio

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

13 lines (12 loc) 218 B
exports.config = { specs: ['index.js'], suites: { suiteA: [ 'test/setup-unit.js', 'test/setup.js' ] }, capabilities: [{ browserName: 'phantomjs' }] }