mirror of
https://github.com/wassname/mad.git
synced 2026-08-18 12:10:22 +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']
|
|
}
|
|
|