bigbluebutton-Github/bigbluebutton-html5/tests/webdriverio/wdio.base.conf.js

7 lines
106 B
JavaScript
Raw Normal View History

2017-12-02 00:35:09 +08:00
exports.config = {
baseUrl: 'http://localhost:8080',
framework: 'jasmine',
reporters: ['spec'],
};