mirror of
https://github.com/wassname/mad.git
synced 2026-07-18 12:30:19 +08:00
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
exports.config = {
|
|
seleniumAddress: 'http://localhost:4444/wd/hub',
|
|
specs: ['test/mad-spec.js']
|
|
}
|
|
|