bigbluebutton-Github/bigbluebutton-html5/tests/webdriverio/wdio.base.conf.js
2017-12-01 11:35:09 -05:00

7 lines
106 B
JavaScript

exports.config = {
baseUrl: 'http://localhost:8080',
framework: 'jasmine',
reporters: ['spec'],
};