4 lines
No EOL
104 B
JavaScript
4 lines
No EOL
104 B
JavaScript
exports.config = {
|
|
seleniumAddress: 'http://localhost:4444/wd/hub',
|
|
specs: ['protractor-test.js']
|
|
}; |