UNPKG

hw-server

Version:
19 lines (14 loc) 237 B
exports.config = { allScriptsTimeout: 11000, specs: [ '*.js' ], capabilities: { 'browserName': 'chrome' }, baseUrl: 'http://localhost:31337', framework: 'jasmine', jasmineNodeOpts: { defaultTimeoutInterval: 30000 } };