5 lines
107 B
JavaScript
5 lines
107 B
JavaScript
|
exports.config = {
|
||
|
seleniumAddress: 'http://localhost:4444/wd/hub',
|
||
|
specs: ['test/todomvc-spec.js']
|
||
|
};
|